Skip to content

Commit 48ec28b

Browse files
committed
stupidity...
1 parent fcba993 commit 48ec28b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ install:
3030
- if [ "${CXX}" == "clang++" ]; then sudo apt-get -qq install clang-3.2; fi
3131
- if [ "${WITH_MPI}" == "ON" ]; then sudo apt-get -qq install mpich2 libmpich2-dev; fi
3232
- sudo apt-get install g++-4.8
33-
- sudo apt-get install libboost${BOOST_VERSION}-all-dev libfftw3-3 libfftw3-dev
33+
- sudo apt-get install "libboost${BOOST_VERSION}-all-dev libfftw3-3 libfftw3-dev"
3434

3535
before_script:
3636
# update compilers

0 commit comments

Comments
 (0)