Skip to content

Commit

Permalink
travis-ci: consolidate travis configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
ralphlange committed Sep 28, 2017
1 parent fc70395 commit fc4b51c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ script:
env:
- BRCORE=master BRLIBCOM=master BRPVD=master
- CMPLR=clang
- EXTRA="CMD_CXXFLAGS=-std=c++11"
- CMPLR=clang EXTRA="CMD_CXXFLAGS=-std=c++11"
- USR_CXXFLAGS=-std=c++11
- CMPLR=clang USR_CXXFLAGS=-std=c++11
- WINE=32 TEST=NO STATIC=YES
- WINE=32 TEST=NO STATIC=NO
- RTEMS=4.10 TEST=NO
Expand Down

0 comments on commit fc4b51c

Please sign in to comment.