Skip to content

Commit

Permalink
Apparently you must tell it to install node packages as well
Browse files Browse the repository at this point in the history
  • Loading branch information
sondr3 committed May 23, 2016
1 parent 3c201a7 commit 8b03cea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ node_js:
- "4"
install:
- gem install bundler
- npm install
after_success:
- './node_modules/.bin/nyc report --reporter=text-lcov | ./node_modules/.bin/coveralls'
notifications:
Expand Down

0 comments on commit 8b03cea

Please sign in to comment.