add go get -t, to pull in deps needed for testing, as in https://github.com/zmap/zlint/blob/master/.travis.yml

This commit is contained in:
Justin Bastress 2017-12-08 15:55:53 -05:00
parent 65ed67a2f1
commit c2fb02425c

@ -3,6 +3,7 @@ go:
- 1.7.4
before_install:
- go get ./...
- go get -t ./...
before_script:
- mkdir -p $GOPATH/src/github.com/zmap
- ln -s $TRAVIS_BUILD_DIR $GOPATH/src/github.com/zmap || true