Skip to content

Commit

Permalink
add .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gorpher committed Feb 4, 2021
1 parent a453f36 commit 3e72419
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
language: go

go:
- 1.12.x
- 1.13.x
env:
- GO111MODULE=on

script: go mod tidy && go test -v ./

notifications:
email: false

0 comments on commit 3e72419

Please sign in to comment.