Skip to content

Commit

Permalink
travis: Punt.
Browse files Browse the repository at this point in the history
  • Loading branch information
memmett committed Jul 31, 2014
1 parent e00c66e commit ca1d7b7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,12 @@ before_install:
- if [ "${CXX}" == "clang++" ]; then sudo add-apt-repository --yes ppa:h-rayflood/llvm; fi # clang++-3.2
- sudo apt-get update


install:
# note: clang needs g++-4.8 it for libstdc++ update
- if [ "${CXX}" == "clang++" ]; then sudo apt-get -qq install clang-3.2; fi
- if [ "${WITH_MPI}" == "ON" ]; then sudo apt-get -qq install mpich2 libmpich2-dev; fi
- sudo apt-get install g++-4.8 # clang need it for libstdc++ update
- sudo apt-get install g++-4.8
- sudo apt-get install libboost1.53-all-dev

before_script:
Expand Down

0 comments on commit ca1d7b7

Please sign in to comment.