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 7e7d9b8 commit df8ae9fCopy full SHA for df8ae9f
dev/before_install
@@ -2,7 +2,15 @@
2
3
if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then
4
sudo apt-get update -qq
5
+ if [[ $? != 0 ]]; then
6
+ echo "cannot update"
7
+ exit 1
8
+ fi
9
sudo apt-get install -qq cvs git mercurial cssc bzr subversion monotone rcs rcs-blame python3 python3.4-venv python3-pip pep8 nodejs
10
11
+ echo "cannot install extra packages"
12
13
14
sudo ./dev/install-bitkeeper.sh
15
sudo pip3 install --upgrade pip
16
sudo pip3 install flake8
0 commit comments