Skip to content

Commit

Permalink
Fixed Travis CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
DannyVancura committed Dec 8, 2016
1 parent 16172e8 commit 7240a03
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ osx_image: xcode8
# - gem install cocoapods # Since Travis is not always on latest version
# - pod install --project-directory=Example
script:
- set -o pipefail && xcodebuild test -project Caishen.xcodeproj -scheme CaishenTests -destination 'platform=iOS Simulator,name=iPhone 6,OS=10.0' | xcpretty
- pod lib lint
- xcodebuild test -project Caishen.xcodeproj -scheme CaishenTests -destination 'platform=iOS Simulator,name=iPhone 6,OS=10.0'
- pod lib lint --quick

before_install:
- rvm install ruby-2.3.1 && rvm use 2.3.1
- gem install bundler
- gem install cocoapods --no-rdoc --no-ri --no-document --quiet
- gem install cocoapods --no-rdoc --no-ri --no-document --quiet

0 comments on commit 7240a03

Please sign in to comment.