Skip to content

Commit

Permalink
Update travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
vadymmarkov committed Sep 19, 2017
1 parent 741e833 commit 7270936
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
osx_image: xcode9
language: swift

cache:
directories:
- Carthage

before_install:
- travis_wait 35; bin/bootstrap-if-needed
- brew update
- if brew outdated | grep -qx carthage; then brew upgrade carthage; fi
- travis_wait 35 carthage bootstrap --platform iOS,Mac

script:
- xcodebuild clean build -project When.xcodeproj -scheme "When-Mac" -sdk macosx | xcpretty
Expand All @@ -18,6 +16,3 @@ script:

notifications:
email: false

after_success:
- bash <(curl -s https://codecov.io/bash)

0 comments on commit 7270936

Please sign in to comment.