Travis CI
This commit is contained in:
parent
0fbf721cbb
commit
35de58b8e6
1 changed files with 19 additions and 0 deletions
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…
Add table
Add a link
Reference in a new issue