Update .travis.yml

This commit is contained in:
MrSerth
2019-12-05 13:57:55 +01:00
committed by GitHub
parent 331c25d739
commit c01731dbe3

View File

@ -38,6 +38,8 @@ before_install:
install:
- bundle install --jobs=3 --retry=3 --deployment --path=${BUNDLE_PATH:-vendor/bundle}
- nvm install stable
- nvm use stable
- yarn install
before_script: