1
0
mirror of https://github.com/dutchcoders/transfer.sh.git synced 2020-11-18 19:53:40 -08:00
transfer.sh/.travis.yml
Andrea Spacca e7380750f8 ISSUE-223
2019-05-11 15:25:07 +02:00

22 lines
269 B
YAML

language: go
sudo: false
os:
- linux
go:
- 1.9.x
- 1.10.x
- 1.11.x
- 1.12.x
- tip
install:
- echo "This is an override of the default install deps step in travis."
script:
- go get -t -u -v ./...
- go build -v .
- go vet ./...
- go test ./...