Skip to content

Commit c250880

Browse files
authored
Merge pull request diffblue#2211 from tautschnig/travis-osx-cleanup
Travis/OSX follow-up cleanup: remove unnecessary environment variables
2 parents c8597a4 + 11411e4 commit c250880

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.travis.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -99,10 +99,7 @@ jobs:
9999
before_install:
100100
- HOMEBREW_NO_AUTO_UPDATE=1 brew install ccache parallel
101101
- export PATH=$PATH:/usr/local/opt/ccache/libexec
102-
env:
103-
- COMPILER="ccache clang++"
104-
- EXTRA_CXXFLAGS="-Qunused-arguments -fcolor-diagnostics"
105-
- CCACHE_CPP2=yes
102+
env: COMPILER="ccache clang++"
106103

107104
# Ubuntu Linux with glibc using g++-5, debug mode
108105
- stage: Test different OS/CXX/Flags

0 commit comments

Comments
 (0)