From 66976062a43987ecbf33ccacc47d549243836269 Mon Sep 17 00:00:00 2001 From: John Crepezzi Date: Tue, 15 Apr 2014 09:24:41 -0400 Subject: [PATCH] bundle exec --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index b3aecd4e..c488383c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,4 @@ -script: "rspec spec" +script: "bundle exec rspec spec" notifications: email: - john.crepezzi@gmail.com