You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

25 lines
249 B

language: go
sudo: false
go:
- 1.1.2
- 1.2.2
- 1.3.3
- 1.4
- 1.5.4
- 1.6.2
- master
matrix:
allow_failures:
- go: master
before_script:
- go get github.com/meatballhat/gfmxr/...
script:
- ./runtests vet
- ./runtests test
- ./runtests gfmxr