Skip to content

Commit fc4b51c

Browse files
committed
travis-ci: consolidate travis configuration
1 parent fc70395 commit fc4b51c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ script:
1818
env:
1919
- BRCORE=master BRLIBCOM=master BRPVD=master
2020
- CMPLR=clang
21-
- EXTRA="CMD_CXXFLAGS=-std=c++11"
22-
- CMPLR=clang EXTRA="CMD_CXXFLAGS=-std=c++11"
21+
- USR_CXXFLAGS=-std=c++11
22+
- CMPLR=clang USR_CXXFLAGS=-std=c++11
2323
- WINE=32 TEST=NO STATIC=YES
2424
- WINE=32 TEST=NO STATIC=NO
2525
- RTEMS=4.10 TEST=NO

0 commit comments

Comments
 (0)