mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-09-07 17:15:56 +00:00
Add .travis.yml
This commit is contained in:
parent
d8745fa27b
commit
65ab872521
1 changed files with 5 additions and 0 deletions
5
.travis.yml
Normal file
5
.travis.yml
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
language: go
|
||||
go:
|
||||
- 1.7.x
|
||||
- master
|
||||
script: go test $(go list ./... | grep -v vendor)
|
||||
Loading…
Add table
Reference in a new issue