enable travis CI with a .travis.yml

Change-Id: I9d42251659fd46dc84943d7644ce644de063d6da
This commit is contained in:
mpl 2015-11-18 17:36:06 +01:00
parent 775da29abe
commit 58958f44ee
1 changed files with 8 additions and 0 deletions

8
.travis.yml Normal file
View File

@ -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