Travis CI
This commit is contained in:
parent
0fbf721cbb
commit
35de58b8e6
19
.travis.yml
Normal file
19
.travis.yml
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
language: go
|
||||||
|
|
||||||
|
go:
|
||||||
|
- 1.4
|
||||||
|
- tip
|
||||||
|
|
||||||
|
env:
|
||||||
|
- GOMAXPROCS=2
|
||||||
|
|
||||||
|
install:
|
||||||
|
- cd client
|
||||||
|
- npm install -g gulp
|
||||||
|
- npm install
|
||||||
|
- go get github.com/jteeuwen/go-bindata/...
|
||||||
|
|
||||||
|
script:
|
||||||
|
- gulp -p
|
||||||
|
- cd ..
|
||||||
|
- go test -v -race ./...
|
Loading…
Reference in New Issue
Block a user