This website works better with JavaScript.
Home
Explore
Help
Sign In
closed-social
/
mastodon
Watch
3
Star
0
Fork
2
Code
Issues
5
Pull Requests
0
Projects
0
Releases
3
Wiki
Activity
Browse Source
Fix for travis node issue
closed-social-glitch-2
Eugen Rochko
8 years ago
parent
d0e2733f63
commit
8e5c9a5a2c
1 changed files
with
3 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-0
.travis.yml
+ 3
- 0
.travis.yml
View File
@ -18,6 +18,9 @@ services:
bundler_args
:
--
without development production --retry=3 --jobs=3
install:
-
npm install -g npm@2
before_script:
-
npm install
-
bundle exec rake db:create db:migrate
Write
Preview
Loading…
Cancel
Save