Commit 692daa62 authored by Jakob Unterwurzacher's avatar Jakob Unterwurzacher Committed by Han-Wen Nienhuys

Travis CI: drop Go 1.9, add Go 1.13

Go 1.9 fails to build the fs tests:

  # github.com/kylelemons/godebug/diff
  ../../kylelemons/godebug/diff/diff.go:50:13: undefined: strings.Builder
  ?   	github.com/hanwen/go-fuse/example/zipfs	[no test files]
  FAIL	github.com/hanwen/go-fuse/fs [build failed]

So drop Go 1.9.

Add Go 1.13, which is already at 1.13.3.

Change-Id: Id2286cddc3973a1388f94e1b294db36d7663c37b
parent 8581b7e9
......@@ -4,10 +4,10 @@ language: go
go_import_path: github.com/hanwen/go-fuse
go:
- 1.9.x
- 1.10.x
- 1.11.x
- 1.12.x
- 1.13.x
- master
matrix:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment