Skip to content

Commit

Permalink
travis config update
Browse files Browse the repository at this point in the history
  • Loading branch information
GianniCarlo committed Apr 1, 2019
1 parent 472f36a commit 8e3a0c8
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .travis.yml
@@ -1,17 +1,12 @@
language: swift language: swift
osx_image: xcode10 osx_image: xcode10.2
xcode_project: BookPlayer.xcodeproj xcode_project: BookPlayer.xcodeproj
xcode_scheme: BookPlayer xcode_scheme: BookPlayer
xcode_destination: platform=iOS Simulator,OS=11.3,name=iPhone 5s xcode_destination: platform=iOS Simulator,OS=11.3,name=iPhone 5s
cache: cache:
directories: directories:
- Carthage - Carthage
- $HOME/Library/Caches/Homebrew - $HOME/Library/Caches/Homebrew
before_install:
- brew update
- brew outdated carthage || brew upgrade carthage
before_script: before_script:
# bootstrap the dependencies for the project
# you can remove if you don't have dependencies
- carthage bootstrap --no-use-binaries --platform iOS --cache-builds - carthage bootstrap --no-use-binaries --platform iOS --cache-builds
- swiftlint - swiftlint

0 comments on commit 8e3a0c8

Please sign in to comment.