1
0
Fork 0
mirror of https://github.com/Luzifer/rconfig.git synced 2025-01-02 01:21:19 +00:00

Added travis.yml

This commit is contained in:
Knut Ahlers 2015-09-08 23:20:52 +02:00
parent 541280b9bb
commit 53c32370a9

8
.travis.yml Normal file
View file

@ -0,0 +1,8 @@
language: go
go:
- 1.4
- 1.5
- tip
script: go test -v -race -cover ./...