diff --git a/.travis.yml b/.travis.yml index da0ea1d3..5c6e2485 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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