Skip to content

Commit

Permalink
Add .travis.yml.
Browse files Browse the repository at this point in the history
  • Loading branch information
toqueteos committed Jul 20, 2015
1 parent 27a7b3d commit 21fc9f9
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
language: go

go:
- 1.2
- 1.3
- 1.4
- tip

script:
- go get -t ./...
- go test ./...

0 comments on commit 21fc9f9

Please sign in to comment.