We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fcba993 commit 48ec28bCopy full SHA for 48ec28b
.travis.yml
@@ -30,7 +30,7 @@ install:
30
- if [ "${CXX}" == "clang++" ]; then sudo apt-get -qq install clang-3.2; fi
31
- if [ "${WITH_MPI}" == "ON" ]; then sudo apt-get -qq install mpich2 libmpich2-dev; fi
32
- sudo apt-get install g++-4.8
33
- - sudo apt-get install libboost${BOOST_VERSION}-all-dev libfftw3-3 libfftw3-dev
+ - sudo apt-get install "libboost${BOOST_VERSION}-all-dev libfftw3-3 libfftw3-dev"
34
35
before_script:
36
# update compilers
0 commit comments