travis: use make travis-itest to perform linting
This commit is contained in:
parent
245b76ab51
commit
61e5a783e8
@ -32,7 +32,7 @@ script:
|
|||||||
- 'if [ "$RACE" = true ]; then make travis-race ; fi'
|
- 'if [ "$RACE" = true ]; then make travis-race ; fi'
|
||||||
|
|
||||||
# Run integration tests.
|
# Run integration tests.
|
||||||
- 'if [ "$ITEST" = true ]; then make itest; fi'
|
- 'if [ "$ITEST" = true ]; then make travis-itest; fi'
|
||||||
|
|
||||||
# Run unit tests and generate coverage report.
|
# Run unit tests and generate coverage report.
|
||||||
- 'if [ "$COVER" = true ]; then make travis-cover; fi'
|
- 'if [ "$COVER" = true ]; then make travis-cover; fi'
|
||||||
|
Loading…
Reference in New Issue
Block a user