commit 54d318dc776c8b73fb936a61a66df0f39d84c2ff
parent af2aa4997d0ea8f06c213a1dea7286457d38b888
Author: Heiswayi Nrird <heiswayi@users.noreply.github.com>
Date: Tue, 28 May 2019 15:59:30 +0800
Update .travis.yml
Diffstat:
1 file changed, 4 insertions(+), 0 deletions(-)
diff --git a/.travis.yml b/.travis.yml
@@ -22,3 +22,7 @@ env:
sudo: false # route build to the container-based infrastructure for faster build
cache: bundler # caching bundler gem packages will speed up build
+
+before_install:
+ gem update --system
+ gem install bundler -v '< 2'