Skip to content

Commit

Permalink
use more modern gcc
Browse files Browse the repository at this point in the history
  • Loading branch information
pefoley2 committed Jun 15, 2016
1 parent cf9b456 commit 57f48d5
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 @@ -16,13 +16,15 @@ addons:
# - clang-3.7
- cmake
- libelf-dev
- g++-4.9

compiler:
- gcc
# - clang

script:
- if [ "$CC" == "clang" ]; then export CC=clang-3.7; export CXX=clang++-3.7; fi
- if [ "$CC" == "gcc" ]; then export CC=gcc-4.9; export CXX=g++-4.9; fi
- mkdir work
- cd work
- cmake ..
Expand Down

0 comments on commit 57f48d5

Please sign in to comment.