summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorHunter Haugen <hunter@puppet.com>2016-11-09 12:14:38 -0800
committerHunter Haugen <hunter@puppet.com>2016-11-11 09:37:02 -0800
commit6f67240657005e7bf2586ba099607cc8316746b2 (patch)
treed76083b3d769de74e58078302f59f15c9852f8ad /.travis.yml
parentdcef77af4cef2870874f76c06e92f601aeb5bc0c (diff)
(MODULES-3704) Update gemfile template to be identical
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 0cde21d..990ad45 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -4,6 +4,9 @@ sudo: false
language: ruby
cache: bundler
script: "bundle exec rake validate lint spec"
+#Inserting below due to the following issue: https://github.com/travis-ci/travis-ci/issues/3531#issuecomment-88311203
+before_install:
+ - gem update bundler
matrix:
fast_finish: true
include: