Update .travis.yml
This commit is contained in:
@ -38,6 +38,8 @@ before_install:
|
|||||||
|
|
||||||
install:
|
install:
|
||||||
- bundle install --jobs=3 --retry=3 --deployment --path=${BUNDLE_PATH:-vendor/bundle}
|
- bundle install --jobs=3 --retry=3 --deployment --path=${BUNDLE_PATH:-vendor/bundle}
|
||||||
|
- nvm install stable
|
||||||
|
- nvm use stable
|
||||||
- yarn install
|
- yarn install
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
|
Reference in New Issue
Block a user