Skip to content

Commit

Permalink
Merge 2ee9715 into 88c0aae
Browse files Browse the repository at this point in the history
  • Loading branch information
ordovicia committed Apr 13, 2019
2 parents 88c0aae + 2ee9715 commit 30a05e8
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@ install:

script:
- make lint test coverage
- goveralls -coverprofile=profile.cov -service=travis-ci
- make e2e
- make e2e # don't merge with the above line
- python3 ./scripts/license/check.py -v
- python3 ./scripts/check_dep_list.py -v

after_success:
- goveralls -coverprofile=profile.cov -service=travis-ci

0 comments on commit 30a05e8

Please sign in to comment.