be explicit about default make target in .travis.yml

This commit is contained in:
Josh Humphries 2019-03-22 14:15:30 -04:00
parent ba7c193626
commit df656c768d
1 changed files with 1 additions and 1 deletions

View File

@ -18,4 +18,4 @@ matrix:
- go: tip
script:
- if [[ "$VET" = 1 ]]; then make; else make deps test; fi
- if [[ "$VET" = 1 ]]; then make ci; else make deps test; fi