mirror of
https://github.com/github/choosealicense.com
synced 2024-12-21 20:30:10 +01:00
bundler version in script/bootstrap which runs after before_install
This commit is contained in:
parent
ed9c22c948
commit
b5972d3beb
@ -12,9 +12,6 @@ addons:
|
||||
packages:
|
||||
- libcurl4-openssl-dev
|
||||
|
||||
before_install:
|
||||
- gem install bundler --version 1.16.2
|
||||
|
||||
branches:
|
||||
only:
|
||||
- gh-pages
|
||||
|
@ -3,7 +3,7 @@
|
||||
set -e
|
||||
|
||||
echo "bundling installin'"
|
||||
gem install bundler
|
||||
gem install bundler --version 1.16.2
|
||||
bundle install
|
||||
|
||||
echo
|
||||
|
Loading…
x
Reference in New Issue
Block a user