Skip to content

Commit 9ff3fc4

Browse files
committed
Adds travis config.
1 parent c3ed74a commit 9ff3fc4

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

.travis.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
language: go
2+
3+
go:
4+
- 1.4
5+
- 1.5
6+
- tip
7+
8+
install:
9+
- make deps
10+
- make build

0 commit comments

Comments
 (0)