add travis integration

This commit is contained in:
Johan Euphrosine 2014-06-12 13:49:36 -07:00
parent 3e1e3d90a3
commit 8bd747a904

14
.travis.yml Normal file
View File

@ -0,0 +1,14 @@
language: go
go:
- 1.2
- tip
install:
- bad=$(gofmt -s -l pkg/ cmd/) bash -x -c '[[ -z "$bad" ]]'
- ./hack/build-go.sh
script:
- ./hack/test-go.sh
- ./hack/integration-test.sh
- ./hack/e2e-test.sh