Skip to content

Commit a190e47

Browse files
committed
Remove redundant setting of variable
1 parent 7bddafa commit a190e47

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.travis.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,6 @@ jobs:
137137
- libstdc++-5-dev
138138
- libubsan0
139139
before_install:
140-
- export CCACHE_CPP2=yes
141140
# env: COMPILER=clang++-3.7 SAN_FLAGS="-fsanitize=undefined -fno-sanitize-recover=undefined,integer -fno-omit-frame-pointer"
142141
env:
143142
- COMPILER="ccache /usr/bin/clang++-3.7"
@@ -234,7 +233,6 @@ jobs:
234233
- libc6-dev-i386
235234
before_install:
236235
- mkdir bin ; ln -s /usr/bin/gcc-5 bin/gcc
237-
- export CCACHE_CPP2=yes
238236
# env: COMPILER=clang++-3.7 SAN_FLAGS="-fsanitize=undefined -fno-sanitize-recover=undefined,integer -fno-omit-frame-pointer"
239237
env:
240238
- COMPILER="ccache /usr/bin/clang++-3.7"
@@ -258,7 +256,6 @@ jobs:
258256
- libstdc++-5-dev
259257
- libubsan0
260258
before_install:
261-
- export CCACHE_CPP2=yes
262259
# env: COMPILER=clang++-3.7 SAN_FLAGS="-fsanitize=undefined -fno-sanitize-recover=undefined,integer -fno-omit-frame-pointer"
263260
env:
264261
- NAME="DEBUG"

0 commit comments

Comments
 (0)