Skip to content
This repository has been archived by the owner on Aug 2, 2021. It is now read-only.

Commit

Permalink
travis: remove go1.12 job (#1784)
Browse files Browse the repository at this point in the history
  • Loading branch information
skylenet committed Sep 20, 2019
1 parent 6f9d3c0 commit f37e979
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 14 deletions.
13 changes: 0 additions & 13 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/ethersphere/swarm

go 1.12
go 1.13

require (
bazil.org/fuse v0.0.0-20160811212531-371fbbdaa898
Expand Down

0 comments on commit f37e979

Please sign in to comment.