Skip to content

Commit

Permalink
set gcc version
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan Starke committed Nov 25, 2016
1 parent b41ecb3 commit 09decb8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,7 @@ before_install:

before_script: mkdir -p build
script:
- if [ "$CXX" = "g++" ]; then export CXX="g++-4.8"; fi
- if [ "$CC" = "gcc" ]; then export CC="gcc-4.8"; fi
- cpplint --recursive src/librexgen
- cd build && cmake ../src && make && make test

0 comments on commit 09decb8

Please sign in to comment.