Skip to content

Commit 4625a16

Browse files
committedOct 7, 2015
followup
1 parent b680a1b commit 4625a16

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed
 

‎ci/travis/linux/before_install.sh

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,7 @@ sudo add-apt-repository ppa:grass/grass-stable -y
55
sudo add-apt-repository ppa:smspillaz/cmake-3.0.2 -y
66
sudo add-apt-repository ppa:kedazo/doxygen-updates-precise -y # For doxygen 1.8.8
77
sudo apt-get update -qq
8-
sudo \
9-
apt-get \
10-
install --force-yes --no-install-recommends --no-install-suggests \
8+
sudo apt-get install --force-yes --no-install-recommends --no-install-suggests \
119
bison \
1210
cmake \
1311
cmake-data \

0 commit comments

Comments
 (0)
Please sign in to comment.