Skip to content
This repository has been archived by the owner on Mar 23, 2021. It is now read-only.

Commit

Permalink
ci: fix test filename
Browse files Browse the repository at this point in the history
  • Loading branch information
Caian R. Ertl committed Aug 20, 2018
1 parent 53392b4 commit f52b3df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ install: "make"
script:
- make dep
- make cov
- cd src/tests && coverage run tests.py
- cd src/tests && coverage run test_dora.py

after_success:
- cd src/tests && codecov

0 comments on commit f52b3df

Please sign in to comment.