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