mirror of
https://github.com/gophish/gophish
synced 2024-11-14 16:27:23 +00:00
7dcf30f277
This builds on the work from @c-f in #1090 to fully add support for "timed" campaigns, in which the emails are spaced apart as opposed to all being sent at once.
11 lines
168 B
YAML
11 lines
168 B
YAML
language: go
|
|
sudo: false
|
|
|
|
go:
|
|
- 1.9
|
|
- tip
|
|
|
|
install:
|
|
- go get -d -v ./... && go build -v ./...
|
|
- go get gopkg.in/check.v1
|
|
- go get github.com/stretchr/testify
|