Files
go-toml/.travis.yml
T

10 lines
101 B
YAML

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