source:
code/trunk/.travis.yml@
40
Last change on this file since 40 was 38, checked in by , 10 years ago | |
---|---|
File size: 86 bytes |
Rev | Line | |
---|---|---|
[12] | 1 | language: go |
2 | go: | |
3 | - 1.2 | |
4 | - 1.3 | |
5 | - 1.4 | |
6 | - release | |
7 | - tip | |
8 | ||
9 | script: | |
10 | - go test -v ./... |
Note:
See TracBrowser
for help on using the repository browser.