Bump tested go versions

and (maybe?) take advantage of support for N.x version syntax
main
Dan Buch 8 years ago
parent 383ad23a88
commit 71a99921b4
No known key found for this signature in database
GPG Key ID: FAEF12936DD3E3EC

@ -7,18 +7,18 @@ cache:
- node_modules
go:
- 1.2.2
- 1.3.3
- 1.4
- 1.5.4
- 1.6.2
- 1.2.x
- 1.3.x
- 1.4.x
- 1.5.x
- 1.6.x
- master
matrix:
allow_failures:
- go: master
include:
- go: 1.6.2
- go: 1.6.x
os: osx
before_script:

Loading…
Cancel
Save