Skip to content

Commit

Permalink
add travis; update go.mod
Browse files Browse the repository at this point in the history
  • Loading branch information
Frank Martinez committed Jan 23, 2020
1 parent 5c43e5d commit 5cfd003
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
language: go
go:
- 1.12.x

os:
- linux

env:
- GO111MODULE=on

install: skip

script:
- go test ./...
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ require (
github.com/stretchr/testify v1.4.0
)

go 1.13
go 1.12

0 comments on commit 5cfd003

Please sign in to comment.