Navigation Menu

Skip to content

Commit

Permalink
Update travis to use cached dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
GianniCarlo committed Sep 27, 2018
1 parent f7d02fd commit a97984a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .travis.yml
@@ -1,12 +1,15 @@
language: swift
osx_image: xcode10
cache:
directories:
- Carthage
before_install:
- brew update
- brew outdated carthage || brew upgrade carthage
before_script:
# bootstrap the dependencies for the project
# you can remove if you don't have dependencies
- carthage bootstrap
- carthage bootstrap --verbose --no-use-binaries --platform iOS --cache-builds
script:
- swiftlint
- xcodebuild -project BookPlayer.xcodeproj -scheme BookPlayer -destination 'platform=iOS Simulator,OS=11.3,name=iPhone 5s' test

0 comments on commit a97984a

Please sign in to comment.