Skip to content

Commit

Permalink
removed update/upgrade in travis
Browse files Browse the repository at this point in the history
  • Loading branch information
rcmdnk committed Sep 11, 2014
1 parent 5d6ed2b commit 0b4f692
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -10,7 +10,7 @@ env:
before_install:
- version=""
- 'if [ $TRAVIS_BRANCH = master ];then version="--HEAD";elif [ $TRAVIS_BRANCH = python ];then version="--python";fi'
- brew update >& /dev/null && brew upgrade >& /dev/null
#- brew update >& /dev/null && brew upgrade >& /dev/null
install:
- '[ "$coveralls" = "coveralls-python" ] && sudo pip install coveralls || :'
- '[ "$coveralls" = "python-coveralls" ] && sudo pip -e . --use-mirrors || :'
Expand Down

0 comments on commit 0b4f692

Please sign in to comment.