mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-03-26 08:55:59 +01:00
travis: use make travis-itest to perform linting
This commit is contained in:
parent
245b76ab51
commit
61e5a783e8
1 changed files with 1 additions and 1 deletions
|
@ -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'
|
||||
|
|
Loading…
Add table
Reference in a new issue