Skip to content

Commit

Permalink
fix(someone1#100): Add go 1.18, switch to zfs 0.8.3.
Browse files Browse the repository at this point in the history
Signed-off-by: Johnathan Falk <johnathan.falk@gmail.com>
  • Loading branch information
jdfalk committed Nov 13, 2022
1 parent c9863c4 commit 8dcc804
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ services:
go:
- 1.13.x
- 1.14.x
- 1.18.x

env:
global:
Expand Down Expand Up @@ -54,11 +55,11 @@ install:
script:
- make build
- chmod +x ./integration_test.sh && ./integration_test.sh
- sudo -E TMPDIR=$TMPDIR $(which go) test -race -v -coverprofile=coverage.out -covermode=atomic -coverpkg=$(go list ./... | grep -v '/vendor/' | paste -sd, -) ./...
- sudo -E TMPDIR=$TMPDIR $(which go) test -race -v -coverprofile=coverage.out -covermode=atomic -coverpkg=$(go list ./... | grep -v '/vendor/' | paste -sd, -) ./...
- make lint

after_success:
- sudo -E $GOPATH/bin/goveralls -coverprofile=coverage.out -service=travis-ci

after_script:
after_script:
- chmod +x ./travis-teardown.sh && ./travis-teardown.sh

0 comments on commit 8dcc804

Please sign in to comment.