diff options
author | Péter Szilágyi <peterke@gmail.com> | 2018-02-28 00:25:56 +0800 |
---|---|---|
committer | Péter Szilágyi <peterke@gmail.com> | 2018-02-28 00:25:56 +0800 |
commit | 17b0e226d3d6b3829a82ee1c142bd125cc9a0109 (patch) | |
tree | cbb284467bb1f59d8397c2430ab34722a05c4478 /.travis.yml | |
parent | b574b5776695eb30e034fd8c7a468b3f03d4c6b9 (diff) | |
download | dexon-17b0e226d3d6b3829a82ee1c142bd125cc9a0109.tar.gz dexon-17b0e226d3d6b3829a82ee1c142bd125cc9a0109.tar.zst dexon-17b0e226d3d6b3829a82ee1c142bd125cc9a0109.zip |
travis, build, consensus: drop support for Go 1.7
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/.travis.yml b/.travis.yml index 3941fa785..a76a78954 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,17 +6,6 @@ matrix: - os: linux dist: trusty sudo: required - go: 1.7.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 - - - os: linux - dist: trusty - sudo: required go: 1.8.x script: - sudo modprobe fuse |