Travis CI

This commit is contained in:
Ken-Håvard Lieng 2015-06-10 01:36:59 +02:00
parent 0fbf721cbb
commit 35de58b8e6

19
.travis.yml Normal file
View 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 ./...