Skip to content

Commit

Permalink
Travis CI fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Arnaud Dorgans committed Apr 7, 2018
1 parent d76d730 commit 866b9a3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@ osx_image: xcode9.2

before_install:
- gem install cocoapods
- brew update
script:
- set -o pipefail
- xcodebuild -workspace Example/RxFirebase.xcworkspace -scheme RxFirebase -sdk iphonesimulator ONLY_ACTIVE_ARCH=NO | xcpretty -c
- xcodebuild -workspace Example/RxFirebase.xcworkspace -scheme Example -sdk iphonesimulator ONLY_ACTIVE_ARCH=NO | xcpretty -c
- pod lib lint RxFirebase.podspec

0 comments on commit 866b9a3

Please sign in to comment.