Skip to content

Commit

Permalink
update travis to run the test command without removing the log test
Browse files Browse the repository at this point in the history
  • Loading branch information
helllllllder committed Aug 10, 2021
1 parent 61797c1 commit 7b06d02
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
Expand Up @@ -65,7 +65,6 @@ script:
- python manage.py search_index --rebuild -f
- python manage.py collectstatic
- flake8
- travis_wait coverage run manage.py test --exclude-tag=elastic
- travis_wait coverage run manage.py test --tag=elastic
- travis_wait coverage run manage.py test
after_success:
- coveralls

0 comments on commit 7b06d02

Please sign in to comment.