Update .travis.yml

This commit is contained in:
Gennadiy Civil 2018-01-11 16:57:44 -05:00 committed by GitHub
parent cfd29e0488
commit 73d1251fe9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,13 +13,13 @@ matrix:
- os: linux
group: deprecated-2017Q4
compiler: gcc
sudo=true
sudo : true
install: ./ci/install-linux.sh && ./ci/log-config.sh
script: ./ci/build-linux-bazel.sh
- os: linux
group: deprecated-2017Q4
compiler: clang
sudo=true
sudo : true
install: ./ci/install-linux.sh && ./ci/log-config.sh
script: ./ci/build-linux-bazel.sh
- os: linux