diff options
author | Marijn van der Werf <marijn.vanderwerf@gmail.com> | 2017-06-24 02:11:40 +0200 |
---|---|---|
committer | Marijn van der Werf <marijn.vanderwerf@gmail.com> | 2017-06-24 02:11:40 +0200 |
commit | b07be76e50784079a8d9e7c40f284c22a26570f6 (patch) | |
tree | 2e4eb3986999bb61173e27a84e6150e325bee911 | |
parent | 18f502e474691a24b1c5c6465fd79a34792aca30 (diff) |
Don't show progress
-rw-r--r-- | .travis.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index 86987f8d0..0bdfd79a7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -48,8 +48,8 @@ matrix: - os: linux env: _="Build German" before_script: - - rsync -avh --progress data-de data - - rsync -avh --progress graphics-de graphics + - rsync -avh data-de data + - rsync -avh graphics-de graphics script: - ./build_tools.sh - make -j2 compare_ruby_de |