mirror of
https://github.com/lunaisnotaboy/mastodon.git
synced 2024-11-04 14:04:39 +00:00
Maybe it will work like this
This commit is contained in:
parent
07e56d52b1
commit
f9c9fef157
|
@ -26,9 +26,6 @@ services:
|
||||||
bundler_args: --without development production --retry=3 --jobs=3
|
bundler_args: --without development production --retry=3 --jobs=3
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- rm -rf ~/.nvm && git clone https://github.com/creationix/nvm.git ~/.nvm && (cd ~/.nvm && git checkout `git describe --abbrev=0 --tags --match "v[0-9]*" origin`)
|
|
||||||
- nvm alias default v0.10.36
|
|
||||||
- source ~/.nvm/nvm.sh
|
|
||||||
- nvm install $TRAVIS_NODE_VERSION
|
- nvm install $TRAVIS_NODE_VERSION
|
||||||
- npm install -g npm@3
|
- npm install -g npm@3
|
||||||
- npm install -g yarn
|
- npm install -g yarn
|
||||||
|
|
Loading…
Reference in a new issue