From 3c201a7f45d473f04f131e8feeef50ad4339aee7 Mon Sep 17 00:00:00 2001 From: Sondre Nilsen Date: Tue, 24 May 2016 00:43:20 +0200 Subject: [PATCH] Install bundler when testing --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) 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: