Only test latest go on osx

main
Dan Buch 8 years ago
parent dcc28a1b2b
commit f136df348e
No known key found for this signature in database
GPG Key ID: FAEF12936DD3E3EC

@ -2,10 +2,6 @@ language: go
sudo: false
os:
- linux
- osx
go:
- 1.2.2
- 1.3.3
@ -18,6 +14,8 @@ matrix:
allow_failures:
- go: master
include:
- go: 1.6.2
os: osx
- go: 1.1.2
install: go get -v .
before_script: echo skipping gfmxr on $TRAVIS_GO_VERSION

Loading…
Cancel
Save