gophish/.travis.yml

16 lines
200 B
YAML
Raw Normal View History

language: go
sudo: false
go:
- 1.5
2016-09-15 03:24:51 +00:00
- 1.6
- 1.7
- 1.8
2017-08-29 23:20:34 +00:00
- 1.9
- tip
install:
- go get -d -v ./... && go build -v ./...
2015-02-21 14:56:14 +00:00
- go get gopkg.in/check.v1
- go get github.com/stretchr/testify