mirror of
https://github.com/gophish/gophish
synced 2024-11-15 00:37:14 +00:00
18d92a8f74
Removing unsupported Go versions <= 1.6
13 lines
184 B
YAML
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
|