Skip to content
This repository was archived by the owner on Mar 17, 2025. It is now read-only.

Commit 3450993

Browse files
committed
travis: fix env
1 parent 9555b2d commit 3450993

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@ matrix:
99
- ubuntu-toolchain-r-test
1010
packages:
1111
- g++-4.8
12-
env: COMPILER=g++-4.8
12+
env: CXX=g++-4.8
1313
- compiler: clang
1414
addons:
1515
apt:
1616
sources:
1717
- ubuntu-toolchain-r-test
1818
- llvm-toolchain-precise-3.8
1919
packages:
20-
- clang-3.7
21-
env: COMPILER=clang++-3.8
20+
- clang-3.8
21+
env: CXX=clang++-3.8
2222
script:
2323
- make -C test/modem

0 commit comments

Comments
 (0)