blob: 20aa5d04202ecd97fe2cd51bbddfd4f46094507c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
language: go
go:
- 1.2
- 1.3
- 1.4
- 1.5
script:
- ./validate.sh
# this should give us faster builds according to
# http://docs.travis-ci.com/user/migrating-from-legacy/
sudo: false
|