aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorSzczepan Zalega <szczepan@nitrokey.com>2017-10-10 18:55:40 +0200
committerSzczepan Zalega <szczepan@nitrokey.com>2017-10-11 17:51:16 +0200
commit2ae6b603739eaf6489488c4be3db08ab52d1d472 (patch)
tree984e29cce4cc031c02184d27b67d049b7b447fa9 /.travis.yml
parentdf6770894262a98a96fa2d153f87ee9499b9f64c (diff)
downloadlibnitrokey-2ae6b603739eaf6489488c4be3db08ab52d1d472.tar.gz
libnitrokey-2ae6b603739eaf6489488c4be3db08ab52d1d472.tar.bz2
Use latest xcode. Compile offline tests for fast check.
Signed-off-by: Szczepan Zalega <szczepan@nitrokey.com>
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml6
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