From 69ac6cc70e4f2e712be91be2795ef79bce3f0e89 Mon Sep 17 00:00:00 2001 From: Felix Lange Date: Thu, 23 Mar 2017 16:01:17 +0100 Subject: [PATCH] travis.yml: re-add missing build commands for Go 1.7 --- .travis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 9d85635b1a..d3b0d427c7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,8 +12,10 @@ matrix: - 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 - # These are the latest Go versions, only run go vet and misspell on these + # These are the latest Go versions. - os: linux dist: trusty sudo: required