Skip to content

Commit c70039b

Browse files
committed
Travis fix.
1 parent 6328b53 commit c70039b

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

scripts/travis/travis_install.sh

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ add-apt-repository -y ppa:tuleu/precise-backports
1212
# This ppa is for boost 1.54
1313
add-apt-repository -y ppa:boost-latest/ppa
1414
# This ppa is for g++ 4.8
15-
add-apt repository -y ppa:ubuntu-toolchain-r/test
15+
add-apt-repository -y ppa:ubuntu-toolchain-r/test
1616

1717
apt-get -y update
1818
apt-get install \
@@ -25,8 +25,7 @@ apt-get install \
2525
libhdf5-serial-dev libgflags-dev libgoogle-glog-dev \
2626
bc
2727

28-
update-alternatives
29-
--install /usr/bin/g++ g++ /usr/bin/g++-4.8 90
28+
update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-4.8 90
3029

3130
# Add a special apt-repository to install CMake 2.8.9 for CMake Caffe build,
3231
# if needed. By default, Aptitude in Ubuntu 12.04 installs CMake 2.8.7, but

0 commit comments

Comments
 (0)