Skip to content

Commit

Permalink
fix travis pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
jfilipczyk committed Dec 5, 2020
1 parent a12025b commit ea62d1e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 10 deletions.
14 changes: 6 additions & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,15 @@
language: go

go:
- "1.5.x"
- "1.6.x"
- "1.7.x"
- "1.8.x"
- "1.9.x"
- "1.10.x"
- "1.11.x"
- "1.12.x"
- "1.13.x"
- "1.14.x"
- "1.15.x"

script:
- go vet github.com/jfilipczyk/gomatch
- go test -v -race -coverprofile=coverage.txt -covermode=atomic
- env GO111MODULE=on go vet github.com/jfilipczyk/gomatch
- env GO111MODULE=on go test -v -race -coverprofile=coverage.txt -covermode=atomic

after_success:
- bash <(curl -s https://codecov.io/bash)
3 changes: 1 addition & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ module github.com/jfilipczyk/gomatch
go 1.15

require (
github.com/davecgh/go-spew v1.1.1
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/google/uuid v1.1.0
github.com/pmezard/go-difflib v1.0.0
github.com/stretchr/testify v1.3.0
)

0 comments on commit ea62d1e

Please sign in to comment.