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:
parent
8af58a1af9
commit
5277ffd66c
1 changed files with 13 additions and 0 deletions
13
.travis.yml
Normal file
13
.travis.yml
Normal 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 ./...
|
Loading…
Reference in a new issue