From be71b0dbf2c3fc0225a2abfc2dbd018a274b8bf8 Mon Sep 17 00:00:00 2001 From: Yosuke Kabuto Date: Tue, 5 Jan 2016 14:19:56 +0900 Subject: [PATCH] Use bundler to execute test --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index aa59761e6..65ec7dbe0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,7 +9,7 @@ env: - RAILS_VERSION="~>4.0.0" - RAILS_VERSION="~>4.1.0" - RAILS_VERSION="~>4.2.0" -script: "rake spec:all" +script: "bundle exec rake spec:all" before_install: - sudo apt-get update - sudo apt-get install idn