.travis.yml: remove the unnecessary "compiler" setting
This commit is contained in:
parent
b31bd37a30
commit
6d023c4df3
|
@ -14,9 +14,6 @@ env:
|
|||
global:
|
||||
- MAKEFLAGS="-j2"
|
||||
|
||||
compiler:
|
||||
- gcc
|
||||
|
||||
before_install:
|
||||
# C++14
|
||||
- test "$TRAVIS_OS_NAME" != "linux" || sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test
|
||||
|
|
Loading…
Reference in New Issue