Skip to content

Commit 65438b3

Browse files
Dean KarnDean Karn
authored andcommitted
Merge branch 'v1' into v2-development
2 parents 2ed7ee5 + a2f3f87 commit 65438b3

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.travis.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
language: go
2+
notificaitons:
3+
email:
4+
recipients: [email protected]
5+
on_success: change
6+
on_failure: always
7+
before_script:
8+
- go get gopkg.in/check.v1
9+
go:
10+
- 1.2
11+
- 1.3
12+
- 1.4
13+
- tip

0 commit comments

Comments
 (0)