source: code/trunk/.travis.yml@ 38

Last change on this file since 38 was 38, checked in by zaitsev.serge, 10 years ago

removed Go 1.1 support (missing encoding package)

File size: 86 bytes
Line 
1language: go
2go:
3 - 1.2
4 - 1.3
5 - 1.4
6 - release
7 - tip
8
9script:
10 - go test -v ./...
Note: See TracBrowser for help on using the repository browser.