mirror of
https://framagit.org/tykayn/mastodon.git
synced 2023-08-25 08:33:12 +02:00
Fix for travis node issue
This commit is contained in:
parent
d0e2733f63
commit
8e5c9a5a2c
@ -18,6 +18,9 @@ services:
|
|||||||
|
|
||||||
bundler_args: --without development production --retry=3 --jobs=3
|
bundler_args: --without development production --retry=3 --jobs=3
|
||||||
|
|
||||||
|
install:
|
||||||
|
- npm install -g npm@2
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
- npm install
|
- npm install
|
||||||
- bundle exec rake db:create db:migrate
|
- bundle exec rake db:create db:migrate
|
||||||
|
Loading…
Reference in New Issue
Block a user