diff --git a/.travis.yml b/.travis.yml index 70bdef36..aa6677ef 100644 --- a/.travis.yml +++ b/.travis.yml @@ -171,6 +171,11 @@ matrix: compiler: gcc env: COMPILER=g++-5 LUA_VERSION=lua53 + - os: osx + osx_image: xcode7 + compiler: gcc + env: COMPILER=g++-5 LUA_VERSION=luajit + - os: osx osx_image: xcode7 compiler: clang