Skip to content

Commit

Permalink
Fix for travis node issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Gargron committed Sep 3, 2016
1 parent d0e2733 commit 8e5c9a5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8e5c9a5

Please sign in to comment.