6adf8057ed
http://docs.travis-ci.com/user/migrating-from-legacy/#Why-migrate-to-container-based-infrastructure%3F
10 lines
101 B
YAML
10 lines
101 B
YAML
language: go
|
|
script: "./test.sh"
|
|
sudo: false
|
|
go:
|
|
- 1.1
|
|
- 1.2
|
|
- 1.3
|
|
- 1.4.1
|
|
- tip
|