Skip to content

Commit

Permalink
[ "$TRAVIS_EVENT_TYPE" = "cron" ] && dep ensure -update
Browse files Browse the repository at this point in the history
  • Loading branch information
Songmu committed Feb 14, 2018
1 parent ada7f2d commit 0c82af7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ install:
script:
- make lint
- make convention
- '[ "$TRAVIS_EVENT_TYPE" = "cron" ] && dep ensure -update'
- make cover
- test `gofmt -l . | wc -l` = 0
- make crossbuild
Expand Down

0 comments on commit 0c82af7

Please sign in to comment.