Fix Travis CI

This commit is contained in:
Bob Sun 2018-01-15 19:46:38 -08:00
parent 3e8046eb29
commit b4e1dddd45
No known key found for this signature in database
GPG key ID: 1F86BA2052FED3B4
2 changed files with 2 additions and 1 deletions

View file

@ -7,7 +7,7 @@
# All lines starting with a # are ignored when running `fastlane`
# If you want to automatically update fastlane if a new version is available:
# update_fastlane
update_fastlane
# This is the minimum version number required.
# Update this, if you use features of a newer version

View file

@ -1,6 +1,7 @@
#!/bin/sh
gem update fastlane
gem install xcodeproj
if [ "$TRAVIS_PULL_REQUEST" == "true" ]; then
fastlane test;
else