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