fine-tune travis

This commit is contained in:
ThePhD 2017-08-11 23:08:57 -04:00
parent 533ec5b6f9
commit d5c4991e3e

View File

@ -266,21 +266,21 @@ matrix:
compiler: gcc compiler: gcc
env: COMPILER=g++-4.9 LUA_VERSION=lua53 env: COMPILER=g++-4.9 LUA_VERSION=lua53
- os: osx # - os: osx
osx_image: xcode8.3 # osx_image: xcode8.3
compiler: gcc # compiler: gcc
env: COMPILER=g++-5 LUA_VERSION=luajit # env: COMPILER=g++-5 LUA_VERSION=luajit
#
- os: osx # - os: osx
osx_image: xcode8.3 # osx_image: xcode8.3
compiler: gcc # compiler: gcc
env: COMPILER=g++-5 LUA_VERSION=lua52 # env: COMPILER=g++-5 LUA_VERSION=lua52
#
- os: osx # - os: osx
osx_image: xcode8.3 # osx_image: xcode8.3
compiler: gcc # compiler: gcc
env: COMPILER=g++-5 LUA_VERSION=lua53 # env: COMPILER=g++-5 LUA_VERSION=lua53
#
- os: osx - os: osx
osx_image: xcode8.3 osx_image: xcode8.3
compiler: clang compiler: clang
@ -288,4 +288,4 @@ matrix:
allow_failures: allow_failures:
- os: osx - os: osx
- osx_image: xcode8.3 osx_image: xcode8.3