source:
code/trunk/.travis.yml@
39
Last change on this file since 39 was 38, checked in by , 10 years ago | |
---|---|
File size: 86 bytes |
Line | |
---|---|
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.