Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
0xTim committed Jul 8, 2018
1 parent 50675a5 commit 450a6bf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,10 @@ language: generic
sudo: required
dist: trusty

osx_image: xcode9
osx_image: xcode9.3
before_install:
- if [ $TRAVIS_OS_NAME == "osx" ]; then
brew update;
brew tap vapor/tap;
brew update;
brew install vapor;
Expand Down

0 comments on commit 450a6bf

Please sign in to comment.