Skip to content

Commit 092d1fe

Browse files
author
Vladimir Kotal
committed
no monotone for macOS anymore
(Homebrew/homebrew-core#26778)
1 parent cf7655e commit 092d1fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ before_install:
1515
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo apt-get install -qq exuberant-ctags cvs git mercurial cssc bzr subversion monotone rcs pep8; fi
1616
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo ./scripts/install-bitkeeper.sh; fi
1717
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update; fi
18-
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install ctags cvs monotone; fi
18+
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install ctags cvs; fi
1919
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then pip install pep8; fi
2020
install: true
2121

0 commit comments

Comments
 (0)