From 42c5d27bca497d10a77d3e484370c46e05b7ef58 Mon Sep 17 00:00:00 2001 From: John Crepezzi Date: Tue, 23 Feb 2016 13:26:30 +0100 Subject: [PATCH] Fix travis build --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index e11747f4..e7c40249 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,6 @@ script: "bundle exec rspec spec" +before_install: + - gem install bundler notifications: email: - john.crepezzi@gmail.com