Skip to content

Commit 884def8

Browse files
committed
Add travis file
1 parent 405d3f6 commit 884def8

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.travis.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
language: go
2+
go:
3+
- 1.8.x
4+
- 1.7.x
5+
- 1.6.x
6+
- 1.5.x
7+
script: go test -v && cd cmd && go build ldifdiff.go

0 commit comments

Comments
 (0)