Skip to content

Commit

Permalink
travis
Browse files Browse the repository at this point in the history
  • Loading branch information
rcmdnk committed Nov 11, 2014
1 parent b93f3be commit 0f0a5c0
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .travis.yml
Expand Up @@ -56,15 +56,17 @@ script:
- cp Brewfile $brewprefix/Library/rcmdnk_BrewfileTest/Brewfile
- coverage run --parallel-mode $exe push -V 0
- coverage run --parallel-mode $exe test -V 2
- coverage combine
- coveralls
# Install test
- brew rm brew-file
- brew untap rcmdnk/file
- rm -rf $brewprefix/bin/brew $brewprefix/Library $brewprefix/Cellar
- rm -rf $brewprefix/.git*
- curl -fsSL https://raw.github.com/rcmdnk/homebrew-file/install/install.sh |sh
after_success:
- coverage combine
- coveralls
#- coverage combine # should be done before removing brew-file
#- coveralls
notifications:
email:
recipients:
Expand Down

0 comments on commit 0f0a5c0

Please sign in to comment.