Skip to content

Commit

Permalink
Set correct XCode 8 version
Browse files Browse the repository at this point in the history
  • Loading branch information
LorenzMeier committed Sep 26, 2016
1 parent 0a0b8f6 commit a7e9655
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ matrix:
- docker
- os: osx
sudo: true
osx_image: xcode8.0
osx_image: xcode8
env: CCACHE_CPP2=1

cache:
Expand Down Expand Up @@ -46,7 +46,6 @@ before_install:
&& wget https://s3.amazonaws.com/px4-travis/toolchain/macos/ninja
&& sudo mv ninja /usr/local/bin
&& chmod +x /usr/local/bin/ninja
&& cmake --version
;
fi

Expand Down

0 comments on commit a7e9655

Please sign in to comment.