Skip to content

Commit

Permalink
Install bundler when testing
Browse files Browse the repository at this point in the history
  • Loading branch information
sondr3 committed May 23, 2016
1 parent deac0ba commit 3c201a7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ node_js:
- "6"
- "5"
- "4"
install:
- gem install bundler
after_success:
- './node_modules/.bin/nyc report --reporter=text-lcov | ./node_modules/.bin/coveralls'
notifications:
Expand Down

0 comments on commit 3c201a7

Please sign in to comment.