Skip to content

Commit

Permalink
Add .travis.yml for CI.
Browse files Browse the repository at this point in the history
Fixes #9
  • Loading branch information
juliusv committed Oct 1, 2015
1 parent 4c9032a commit af3519b
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 @@
sudo: false

language: go
go:
- 1.4.3
- 1.5.1
- tip

install:
- go get -d

script:
- go test -v ./...
- go build -v ./...

0 comments on commit af3519b

Please sign in to comment.