Add support for Travis CI
This commit is contained in:
parent
fb059ea1e0
commit
2e715717ce
|
@ -0,0 +1,12 @@
|
|||
language: go
|
||||
|
||||
go:
|
||||
- 1.4
|
||||
- tip
|
||||
|
||||
branches:
|
||||
only:
|
||||
- master
|
||||
|
||||
script:
|
||||
- make test testrace
|
Loading…
Reference in New Issue