Files
go-toml/.travis.yml
T
Thomas Pelletier 61449e9d32 Test for Go 1.4.1
2015-04-23 15:36:06 -07:00

9 lines
89 B
YAML

language: go
script: "./test.sh"
go:
- 1.1
- 1.2
- 1.3
- 1.4.1
- tip