Skip to content

Commit fb84416

Browse files
author
Vladimir Kotal
committed
wrap the long line
1 parent 7d6e88b commit fb84416

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

dev/before_install

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,20 @@ if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then
77
exit 1
88
fi
99

10-
sudo apt-get install -qq cvs git mercurial cssc bzr subversion monotone rcs rcs-blame python3 python3-venv python3-pip nodejs
10+
sudo apt-get install -qq \
11+
cvs \
12+
git \
13+
mercurial \
14+
cssc \
15+
bzr \
16+
subversion \
17+
monotone \
18+
rcs \
19+
rcs-blame \
20+
python3 \
21+
python3-venv \
22+
python3-pip \
23+
nodejs
1124
if [[ $? != 0 ]]; then
1225
echo "cannot install extra packages"
1326
exit 1

0 commit comments

Comments
 (0)