1
0
Fork 0

Drop go 1.3 and add all versions > 1.5.x

Use always latest minor release.
This commit is contained in:
Daniele Tricoli 2017-10-28 15:29:30 +02:00
parent 894dafeb33
commit 3e61743de2
1 changed files with 6 additions and 3 deletions

View File

@ -1,8 +1,11 @@
language: go
go:
- 1.3
- 1.4
- 1.5.2
- 1.4.x
- 1.5.x
- 1.6.x
- 1.7.x
- 1.8.x
- 1.9.x
- tip
before_install:
- mkdir -p $HOME/gopath/src/eriol.xyz