1
0
Fork 0
mirror of https://github.com/vbatts/merkle.git synced 2024-11-13 18:48:37 +00:00

.: add travis info

This commit is contained in:
Vincent Batts 2015-03-30 15:32:35 -04:00
parent 8af58a1af9
commit 5277ffd66c

13
.travis.yml Normal file
View file

@ -0,0 +1,13 @@
language: go
go:
- 1.4.1
- 1.3.3
# let us have pretty, fast Docker-based Travis workers!
sudo: false
# we don't need "go get" here <3
install: true
script:
- go test -v ./...