diff options
author | Anton Evangelatov <anton.evangelatov@gmail.com> | 2018-10-02 17:26:32 +0800 |
---|---|---|
committer | Felix Lange <fjl@users.noreply.github.com> | 2018-10-02 17:26:32 +0800 |
commit | 26a37c5351d14ca3eea1efa5b4128166f7d8ec74 (patch) | |
tree | ee2d4c212ef83d0cfca09e29ac0cc79e40bbbf72 /.travis.yml | |
parent | 0bf3065fb49f04fe237c315e65a6434d840b6171 (diff) | |
download | dexon-26a37c5351d14ca3eea1efa5b4128166f7d8ec74.tar.gz dexon-26a37c5351d14ca3eea1efa5b4128166f7d8ec74.tar.zst dexon-26a37c5351d14ca3eea1efa5b4128166f7d8ec74.zip |
travis.yml: remove Go 1.9 (#17807)
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 372f7a827..76cc133db 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,17 +6,6 @@ matrix: - os: linux dist: trusty sudo: required - go: 1.9.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 - - - os: linux - dist: trusty - sudo: required go: 1.10.x script: - sudo modprobe fuse |