We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2ac6a91 + 6826bff commit c9bc902Copy full SHA for c9bc902
.travis.yml
@@ -93,7 +93,7 @@ before_install:
93
fi
94
95
# make sure to use ruby 2.3
96
- - rvm use 2.3 --install --binary --fuzzy
+ - rvm use ruby-2.3.1 --install --binary --create
97
- gem install bundler
98
99
# only deploy from:
scripts/travis/install.sh
@@ -15,4 +15,4 @@ if [[ $TRAVIS_OS_NAME == "osx" ]]; then
15
16
17
# install fastlane
18
-bundle install --deployment
+bundle install
0 commit comments