Skip to content

Commit

Permalink
Moving travis to go 1.13 and 1.14
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiashanel committed Jun 3, 2020
1 parent 6b19767 commit ca37204
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
language: go
sudo: false
go:
- 1.12.x
- 1.11.x
- 1.14.x
- 1.13.x

env:
- GO111MODULE=on
Expand All @@ -21,4 +21,4 @@ before_script:
- staticcheck ./...

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

0 comments on commit ca37204

Please sign in to comment.