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 73d4ef5 commit 8182cfbCopy full SHA for 8182cfb
dev/before_install
@@ -3,7 +3,7 @@
3
if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then
4
sudo apt-get update -qq
5
sudo apt-get install -qq exuberant-ctags cvs git mercurial cssc bzr subversion monotone rcs rcs-blame python3 python3-pip pep8;
6
- sudo ./scripts/install-bitkeeper.sh
+ sudo ./dev/install-bitkeeper.sh
7
sudo pip3 install --upgrade pip
8
sudo pip3 install flake8
9
elif [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
0 commit comments