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 cf7655e commit 092d1feCopy full SHA for 092d1fe
.travis.yml
@@ -15,7 +15,7 @@ before_install:
15
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo apt-get install -qq exuberant-ctags cvs git mercurial cssc bzr subversion monotone rcs pep8; fi
16
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo ./scripts/install-bitkeeper.sh; fi
17
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update; fi
18
- - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install ctags cvs monotone; fi
+ - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install ctags cvs; fi
19
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then pip install pep8; fi
20
install: true
21
0 commit comments