Skip to content

Commit

Permalink
add travis integration
Browse files Browse the repository at this point in the history
  • Loading branch information
proppy committed Jun 12, 2014
1 parent 3e1e3d9 commit 8bd747a
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 8bd747a

Please sign in to comment.