aboutsummaryrefslogtreecommitdiffstats
path: root/Godeps/_workspace/src/github.com/codegangsta/cli/.travis.yml
blob: 34d39c871ee0e55f41f6475db14c80f335413338 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
language: go
sudo: false

go:
- 1.0.3
- 1.1.2
- 1.2.2
- 1.3.3
- 1.4.2

script:
- go vet ./...
- go test -v ./...