commit 16bfd5d89fe35e51e830eac10e838ee58cf0c0c7
parent 91bb6a3ddb5debe39b057e989a3bc9fe19e55b51
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'