commit 5534f3d85106c71a8faa724a209aef1777f005d3 parent 16bfd5d89fe35e51e830eac10e838ee58cf0c0c7 Author: Heiswayi Nrird <heiswayi@users.noreply.github.com> Date: Tue, 28 May 2019 16:03:09 +0800 Fixed typo Diffstat:
M | .travis.yml | | | 4 | ++-- |
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.travis.yml b/.travis.yml @@ -24,5 +24,5 @@ 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' + - gem update --system + - gem install bundler -v '< 2'