Update .travis.yml

This commit is contained in:
Gennadiy Civil 2018-01-11 14:57:50 -05:00 committed by GitHub
parent 13218917c8
commit 29f94e0106
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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