mirror of https://github.com/perkeep/perkeep.git
9 lines
239 B
YAML
9 lines
239 B
YAML
|
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
|