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