gophish/.travis.yml
Jordan Wright 18d92a8f74
Update .travis.yml
Removing unsupported Go versions <= 1.6
2017-12-05 21:47:35 -06:00

13 lines
184 B
YAML

language: go
sudo: false
go:
- 1.7
- 1.8
- 1.9
- tip
install:
- go get -d -v ./... && go build -v ./...
- go get gopkg.in/check.v1
- go get github.com/stretchr/testify