1
0
mirror of https://github.com/dutchcoders/transfer.sh.git synced 2020-11-18 19:53:40 -08:00
2019-03-17 20:19:56 +01:00

16 lines
253 B
YAML

# Allow Travis to use container based infrastructure
sudo: false
language: go
go:
- 1.9.x
- 1.10.x
install:
- go get -u golang.org/x/net/websocket
- go get -u github.com/golang/lint/golint
script:
- golint ./...
- go test -v ./... --race