mirror of
https://github.com/gophish/gophish
synced 2024-11-14 16:27:23 +00:00
69ffb70b35
* Add Go 1.10 and 1.11 to Travis Co-Authored-By: gliptak <gliptak@gmail.com>
13 lines
188 B
YAML
13 lines
188 B
YAML
language: go
|
|
sudo: false
|
|
|
|
go:
|
|
- 1.9
|
|
- "1.10"
|
|
- 1.11
|
|
- tip
|
|
|
|
install:
|
|
- go get -d -v ./... && go build -v ./...
|
|
- go get gopkg.in/check.v1
|
|
- go get github.com/stretchr/testify
|