diff options
author | Max Kellermann <max@musicpd.org> | 2017-05-17 16:22:19 +0200 |
---|---|---|
committer | Max Kellermann <max@musicpd.org> | 2017-05-17 16:22:19 +0200 |
commit | 6d023c4df3d35daa01ca5ab8de83b01661e09fc5 (patch) | |
tree | 9b475a80eb97eedfd193d12fea495cd5bdad8dae /.travis.yml | |
parent | b31bd37a303027b5b7fd99cab5549eddd4c222d8 (diff) |
.travis.yml: remove the unnecessary "compiler" setting
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml index b03fb7f23..ba237cfa3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 |