diff --git a/.travis.yml b/.travis.yml index 1c5ed03..8e59faa 100755 --- a/.travis.yml +++ b/.travis.yml @@ -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: