Skip to content

Commit

Permalink
Add travis configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
sneljo1 committed Dec 20, 2017
1 parent 28c76c0 commit 62ca314
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
language: go
go:
- 1.9.x
- 1.8.x
- 1.7.x
- master
script:
- go test -v -race ./...

0 comments on commit 62ca314

Please sign in to comment.