Codebase list golang-github-mitchellh-colorstring-upstream / 9797cb5
update travis.yml Mitchell Hashimoto 9 years ago
1 changed file(s) with 13 addition(s) and 5 deletion(s). Raw diff Collapse all Expand all
00 language: go
1
12 go:
2 - 1.0
3 - 1.1
4 - 1.2
5 script:
6 - go test
3 - 1.0
4 - 1.1
5 - 1.2
6 - 1.3
7 - tip
8
9 script:
10 - go test
11
12 matrix:
13 allow_failures:
14 - go: tip