1
0
mirror of https://github.com/dutchcoders/transfer.sh.git synced 2020-11-18 19:53:40 -08:00
transfer.sh/.travis.yml
2014-10-16 20:01:43 +02:00

11 lines
86 B
YAML

language: go
go:
- 1.1
- 1.2
- 1.3
- release
- tip
script:
- go test -v ./...