Skip to content

Commit

Permalink
travis: always 'go get -u' in 'before_install'
Browse files Browse the repository at this point in the history
See dominikh/go-tools#76 (comment).

Signed-off-by: Gyu-Ho Lee <gyuhox@gmail.com>
  • Loading branch information
gyuho committed Mar 21, 2017
1 parent 327e255 commit e127214
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Expand Up @@ -41,10 +41,10 @@ addons:
- libhunspell-dev

before_install:
- go get -v github.com/chzchzchz/goword
- go get -v honnef.co/go/tools/cmd/gosimple
- go get -v honnef.co/go/tools/cmd/unused
- go get -v honnef.co/go/tools/cmd/staticcheck
- go get -v -u github.com/chzchzchz/goword
- go get -v -u honnef.co/go/tools/cmd/gosimple
- go get -v -u honnef.co/go/tools/cmd/unused
- go get -v -u honnef.co/go/tools/cmd/staticcheck

# disable godep restore override
install:
Expand Down

0 comments on commit e127214

Please sign in to comment.