From b4e1dddd45ffb209b61c25f1d22a0a1fab3ae4fd Mon Sep 17 00:00:00 2001 From: Bob Sun Date: Mon, 15 Jan 2018 19:46:38 -0800 Subject: [PATCH] Fix Travis CI --- fastlane/Fastfile | 2 +- fastlane/travis.sh | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/fastlane/Fastfile b/fastlane/Fastfile index 607740b..1ce0f8c 100644 --- a/fastlane/Fastfile +++ b/fastlane/Fastfile @@ -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 diff --git a/fastlane/travis.sh b/fastlane/travis.sh index 1f3e185..f6e503e 100755 --- a/fastlane/travis.sh +++ b/fastlane/travis.sh @@ -1,6 +1,7 @@ #!/bin/sh gem update fastlane +gem install xcodeproj if [ "$TRAVIS_PULL_REQUEST" == "true" ]; then fastlane test; else