Skip to content

Commit 6826bff

Browse files
committed
remove the --deployment flag
this … apparently changes where the gems are installed? My understanding from the docs is that --deployment installs the gems into the project folder, inside vendor/, but removing that flag seems to have allowed fastlane to run again … so idk. Anyway.
1 parent 7c4f302 commit 6826bff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/travis/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ if [[ $TRAVIS_OS_NAME == "osx" ]]; then
1515
fi
1616

1717
# install fastlane
18-
bundle install --deployment
18+
bundle install

0 commit comments

Comments
 (0)