Skip to content

Commit

Permalink
add .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
smacker committed Oct 29, 2018
1 parent 15a3855 commit c01c8f7
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
language: go

go:
- 1.10.x
- 1.11.x

install:
- go get -t ./...

script:
- go test -v ./...

0 comments on commit c01c8f7

Please sign in to comment.