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 - node_modules
go: go:
- 1.2.2 - 1.2.x
- 1.3.3 - 1.3.x
- 1.4 - 1.4.x
- 1.5.4 - 1.5.x
- 1.6.2 - 1.6.x
- master - master
matrix: matrix:
allow_failures: allow_failures:
- go: master - go: master
include: include:
- go: 1.6.2 - go: 1.6.x
os: osx os: osx
before_script: before_script:

Loading…
Cancel
Save