Skip to content

Commit

Permalink
Fix Travis's Clang version mixup.
Browse files Browse the repository at this point in the history
  • Loading branch information
tmadden committed Jul 12, 2018
1 parent 2188840 commit c460750
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 @@ -8,8 +8,8 @@ before_script:
- export PATH=/usr/lib/binutils-2.26/bin:${PATH}
- scripts/set-up-python.sh
- source .venv/bin/activate
- export CC=`which clang-5.0`
- export CXX=`which clang-5.0`
- export CC=`which clang-4.0`
- export CXX=`which clang++-4.0`
- scripts/set-up-conan.sh
- export CTEST_OUTPUT_ON_FAILURE=1

Expand Down

0 comments on commit c460750

Please sign in to comment.