Skip to content

Commit 4e1b8e8

Browse files
[CI] Remove gcc/g++ related pkgs & vars which are useless now.
1 parent b362b0e commit 4e1b8e8

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.travis.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@ addons:
88
- llvm-toolchain-precise
99
- llvm-toolchain-precise-3.8
1010
packages:
11-
- gcc-4.8
12-
- g++-4.8
1311
- clang-3.8
1412
- stack
1513
- bc
@@ -34,8 +32,6 @@ script:
3432
- if [ -z "${SHELLCHECK-}" ]; then make TEST_SUITE=$TEST_SUITE URCHIN=/tmp/urchin/package/urchin test-$SHELL ; fi
3533
env:
3634
global:
37-
- CXX=g++-4.8
38-
- CC=gcc-4.8
3935
- PATH=$(echo $PATH | sed 's/::/:/')
4036
- NVM_DIR="${TRAVIS_BUILD_DIR}"
4137
matrix:

0 commit comments

Comments
 (0)