1
0
mirror of https://github.com/taigrr/wtf synced 2025-01-18 04:03:14 -08:00

Simplify .travis.yml config

This commit is contained in:
Chris Cummer 2019-08-02 02:26:11 -07:00
parent 7234f83073
commit 7b4c77b7da

View File

@ -11,4 +11,4 @@ before_install:
- cd $HOME/gopath/src/github.com/wtfutil/wtf
- export GOPROXY="https://gocenter.io" && export GO111MODULE=on
script: go get ./... && go get github.com/go-test/deep && go test -v github.com/wtfutil/wtf/wtf_tests/...
script: go get ./... && go test -v github.com/wtfutil/wtf/...