mirror of https://github.com/perkeep/perkeep.git
enable travis CI with a .travis.yml
Change-Id: I9d42251659fd46dc84943d7644ce644de063d6da
This commit is contained in:
parent
775da29abe
commit
58958f44ee
|
@ -0,0 +1,8 @@
|
|||
go_import_path: camlistore.org
|
||||
language: go
|
||||
go:
|
||||
- 1.5
|
||||
- tip
|
||||
install: GO15VENDOREXPERIMENT=1 go run make.go -v
|
||||
before_script: GO15VENDOREXPERIMENT=1 go build -o ./bin/devcam ./dev/devcam
|
||||
script: GO15VENDOREXPERIMENT=1 ./bin/devcam test
|
Loading…
Reference in New Issue