Skip to content

Commit

Permalink
run test-skyhw inside the docker continer ref #139
Browse files Browse the repository at this point in the history
  • Loading branch information
stdevAlDen committed Feb 7, 2020
1 parent cc2a576 commit ba1cad3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ matrix:
- DEFAULT_TARGET=linux make build-docker
- make clean
- make run-docker CMD='make test'
- make test-skyhw
- make run-docker CMD='make test-skyhw'
- make lint
- make run-docker CMD='make install-coveralls ; make test-cover-travis'
# FIXME: Restore Windows builds
Expand Down Expand Up @@ -118,7 +118,7 @@ matrix:
- make clean
- make build
- make test
- make test-skyhw
- make run-docker CMD='make test-skyhw'
- make build-icon
- make lint
- make test-cover-travis
Expand Down

0 comments on commit ba1cad3

Please sign in to comment.