diff --git a/.travis.yml b/.travis.yml index 5a62477..484e0b9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 @@ -18,6 +16,3 @@ script: notifications: email: false - -after_success: -- bash <(curl -s https://codecov.io/bash)