Skip to content

Commit

Permalink
Merge 820ae77 into f2bf5ce
Browse files Browse the repository at this point in the history
  • Loading branch information
kozlovic committed May 29, 2020
2 parents f2bf5ce + 820ae77 commit 4b0ce86
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
language: go
sudo: false
go:
- 1.14.x
- 1.13.x
- 1.12.x

install:
- go get -t ./...
Expand All @@ -19,4 +18,4 @@ before_script:

script:
- go test -v -race ./...
- if [[ "$TRAVIS_GO_VERSION" =~ 1.12 ]]; then ./scripts/cov.sh TRAVIS; fi
- if [[ "$TRAVIS_GO_VERSION" =~ 1.13 ]]; then ./scripts/cov.sh TRAVIS; fi

0 comments on commit 4b0ce86

Please sign in to comment.