travis: use make travis-itest to perform linting

This commit is contained in:
Conner Fromknecht 2019-01-31 23:47:15 -08:00
parent 245b76ab51
commit 61e5a783e8
No known key found for this signature in database
GPG Key ID: E7D737B67FA592C7

View File

@ -32,7 +32,7 @@ script:
- 'if [ "$RACE" = true ]; then make travis-race ; fi'
# 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.
- 'if [ "$COVER" = true ]; then make travis-cover; fi'