aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorAnton Evangelatov <anton.evangelatov@gmail.com>2018-10-02 17:26:32 +0800
committerFelix Lange <fjl@users.noreply.github.com>2018-10-02 17:26:32 +0800
commit26a37c5351d14ca3eea1efa5b4128166f7d8ec74 (patch)
treeee2d4c212ef83d0cfca09e29ac0cc79e40bbbf72 /.travis.yml
parent0bf3065fb49f04fe237c315e65a6434d840b6171 (diff)
downloadgo-tangerine-26a37c5351d14ca3eea1efa5b4128166f7d8ec74.tar
go-tangerine-26a37c5351d14ca3eea1efa5b4128166f7d8ec74.tar.gz
go-tangerine-26a37c5351d14ca3eea1efa5b4128166f7d8ec74.tar.bz2
go-tangerine-26a37c5351d14ca3eea1efa5b4128166f7d8ec74.tar.lz
go-tangerine-26a37c5351d14ca3eea1efa5b4128166f7d8ec74.tar.xz
go-tangerine-26a37c5351d14ca3eea1efa5b4128166f7d8ec74.tar.zst
go-tangerine-26a37c5351d14ca3eea1efa5b4128166f7d8ec74.zip
travis.yml: remove Go 1.9 (#17807)
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml11
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