diff options
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index cd1c489..b642309 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,9 @@ language: generic sudo: false os: osx -env: CF= +env: + global: + - CF=-DCOMPILE_OFFLINE_TESTS=1 matrix: include: @@ -9,7 +11,7 @@ matrix: # before_install: &brew # - brew update # - brew install hidapi - - osx_image: xcode6.4 + - osx_image: xcode9.1 - osx_image: xcode8.2 - os: linux dist: trusty |