Skip to content

Commit

Permalink
Merge pull request #46 from gofrs/latest_go
Browse files Browse the repository at this point in the history
Update .travis.yml to test against stable Go versions
  • Loading branch information
theckman committed Aug 22, 2020
2 parents 6caa735 + 0c68653 commit 237ca93
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
language: go
go:
- 1.10.x
- 1.11.x
- 1.14.x
- 1.15.x
script: go test -v -check.vv -race ./...
sudo: false
notifications:
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ clone_folder: 'c:\gopath\src\github.com\gofrs\flock'

environment:
GOPATH: 'c:\gopath'
GOVERSION: '1.11'
GOVERSION: '1.15'

init:
- git config --global core.autocrlf input
Expand Down

0 comments on commit 237ca93

Please sign in to comment.