Skip to content

Commit 8dcc804

Browse files
committed
fix(someone1#100): Add go 1.18, switch to zfs 0.8.3.
Signed-off-by: Johnathan Falk <johnathan.falk@gmail.com>
1 parent c9863c4 commit 8dcc804

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.travis.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ services:
1313
go:
1414
- 1.13.x
1515
- 1.14.x
16+
- 1.18.x
1617

1718
env:
1819
global:
@@ -54,11 +55,11 @@ install:
5455
script:
5556
- make build
5657
- chmod +x ./integration_test.sh && ./integration_test.sh
57-
- sudo -E TMPDIR=$TMPDIR $(which go) test -race -v -coverprofile=coverage.out -covermode=atomic -coverpkg=$(go list ./... | grep -v '/vendor/' | paste -sd, -) ./...
58+
- sudo -E TMPDIR=$TMPDIR $(which go) test -race -v -coverprofile=coverage.out -covermode=atomic -coverpkg=$(go list ./... | grep -v '/vendor/' | paste -sd, -) ./...
5859
- make lint
5960

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

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

0 commit comments

Comments
 (0)