Fix luajit osx version

This commit is contained in:
ThePhD 2016-02-25 14:17:35 -05:00
parent 9df8f61164
commit fb53c4b392

View File

@ -110,18 +110,7 @@ matrix:
- os: osx
osx_image: xcode7
compiler: clang
env: COMPILER=appleclang LUA_VERSION=luajit51
# Test using gcc
- os: osx
osx_image: xcode7
compiler: gcc
env: COMPILER=g++-4.9 LUA_VERSION=lua53
- os: osx
osx_image: xcode7
compiler: gcc
env: COMPILER=g++-4.9 LUA_VERSION=luajit51
env: COMPILER=appleclang LUA_VERSION=luajit52
- os: osx
osx_image: xcode7