Skip to content

Commit

Permalink
fix(travis): Install coverall after tests
Browse files Browse the repository at this point in the history
adityahase committed Jul 25, 2019
1 parent 828699f commit c49d454
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -30,9 +30,7 @@ jobs:
script: bench migrate

install:
# fix mongodb travis error
- nvm install 10
- pip install python-coveralls
- wget https://raw.githubusercontent.com/frappe/bench/master/playbooks/install.py
- sudo python install.py --develop --user travis --without-bench-setup
- sudo pip install -e ~/bench
@@ -56,4 +54,5 @@ before_script:
- sleep 10

after_script:
- pip install python-coveralls
- coveralls -b apps/erpnext -d ../../sites/.coverage

0 comments on commit c49d454

Please sign in to comment.