diff --git a/.travis.yml b/.travis.yml index caa45a09f1..0f4c9d75ee 100644 --- a/.travis.yml +++ b/.travis.yml @@ -21,19 +21,6 @@ jobs: script: - go run build/ci.go lint - # Go 1.12.x is needed because of the Ubuntu PPA builds - - stage: build - os: linux - dist: trusty - sudo: required - go: 1.12.x - script: - - sudo modprobe fuse - - sudo chmod 666 /dev/fuse - - sudo chown root:$USER /etc/fuse.conf - - go run build/ci.go install - - go run build/ci.go test -coverage $TEST_PACKAGES - # Go 1.11.x is needed because of the Ubuntu PPA builds - stage: build os: linux diff --git a/go.mod b/go.mod index 8e2cbebde4..41c35c3c4e 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/ethersphere/swarm -go 1.12 +go 1.13 require ( bazil.org/fuse v0.0.0-20160811212531-371fbbdaa898