1
0
mirror of https://github.com/rancher/os.git synced 2025-10-19 22:42:35 +00:00
Files
os/vendor/github.com/Sirupsen/logrus/.travis.yml
Sven Dowideit 4df962d4b6 make ros log to dmesg
Signed-off-by: Sven Dowideit <SvenDowideit@home.org.au>
2016-11-30 10:51:30 +10:00

11 lines
155 B
YAML

language: go
go:
- 1.3
- 1.4
- 1.5
- 1.6
- tip
install:
- go get -t ./...
script: GOMAXPROCS=4 GORACE="halt_on_error=1" go test -race -v ./...