Skip to content

Commit 5d409d8

Browse files
committed
add travis config
1 parent 7109557 commit 5d409d8

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.travis.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
os:
2+
- linux
3+
- osx
4+
5+
language: go
6+
7+
go:
8+
- 1.5.3
9+
10+
install:
11+
- go install
12+
13+
script:
14+
- make test

0 commit comments

Comments
 (0)