mirror of
https://github.com/gophish/gophish
synced 2024-11-14 16:27:23 +00:00
Add Go 1.10 and 1.11 to Travis (#1252)
* Add Go 1.10 and 1.11 to Travis Co-Authored-By: gliptak <gliptak@gmail.com>
This commit is contained in:
parent
468da007d5
commit
69ffb70b35
1 changed files with 2 additions and 0 deletions
|
@ -3,6 +3,8 @@ sudo: false
|
|||
|
||||
go:
|
||||
- 1.9
|
||||
- "1.10"
|
||||
- 1.11
|
||||
- tip
|
||||
|
||||
install:
|
||||
|
|
Loading…
Reference in a new issue