Skip to content

Commit a16a3f2

Browse files
authored
Merge pull request #42 from JosephDuffy/ci/bundle-install-deployment
Update Travis to pass `--deployment` flag to `bundle install`
2 parents 70db011 + 3ecd9ab commit a16a3f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ before_install:
1111
- brew outdated carthage || brew upgrade carthage
1212

1313
install:
14-
- bundle install
14+
- bundle install --deployment
1515
- bundle exec fastlane install_dependencies
1616

1717
script:

0 commit comments

Comments
 (0)