Skip to content

Commit

Permalink
make vet is definitely no longer supported
Browse files Browse the repository at this point in the history
  • Loading branch information
jocgir committed Sep 14, 2018
1 parent c0783e7 commit 7b55438
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,7 @@ script:
- if [ ${TRAVIS_TAG::1} = v ];
then
make test &&
make vendor-status &&
make vet;
make vendor-status;
fi

# branches:
Expand Down

0 comments on commit 7b55438

Please sign in to comment.