зеркало из https://github.com/mislav/hub.git
Use RVM in Go build
This commit is contained in:
Родитель
8471f1600a
Коммит
afa7643fee
|
@ -4,7 +4,11 @@ go:
|
|||
install:
|
||||
- script/bootstrap
|
||||
- export PATH="$HOME/gopath/bin:$PATH"
|
||||
- ruby -v
|
||||
- rvm use 2.1.0 --install --binary --fuzzy
|
||||
- export BUNDLE_GEMFILE=$PWD/Gemfile
|
||||
- ruby --version
|
||||
- rvm --version
|
||||
- gem --version
|
||||
- script/cached-bundle install --deployment --without development
|
||||
script:
|
||||
- script/build
|
||||
|
|
Загрузка…
Ссылка в новой задаче