hivedav-website

Website for HiveDAV
git clone https://git.in0rdr.ch/hivedav-website.git
Log | Files | Refs | README | LICENSE

commit 54f09390d1dbbd5a4afc0647d8b789668d6d9c07
parent 54d318dc776c8b73fb936a61a66df0f39d84c2ff
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'