aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorFelix Lange <fjl@twurst.com>2017-03-23 23:01:17 +0800
committerFelix Lange <fjl@twurst.com>2017-03-24 17:29:20 +0800
commit69ac6cc70e4f2e712be91be2795ef79bce3f0e89 (patch)
tree9c84e00cfd184c863a40d209e285b26064937e61 /.travis.yml
parentdf1fbe3c067bbca9be10f6fc2d09a66f82313a82 (diff)
downloadgo-tangerine-69ac6cc70e4f2e712be91be2795ef79bce3f0e89.tar
go-tangerine-69ac6cc70e4f2e712be91be2795ef79bce3f0e89.tar.gz
go-tangerine-69ac6cc70e4f2e712be91be2795ef79bce3f0e89.tar.bz2
go-tangerine-69ac6cc70e4f2e712be91be2795ef79bce3f0e89.tar.lz
go-tangerine-69ac6cc70e4f2e712be91be2795ef79bce3f0e89.tar.xz
go-tangerine-69ac6cc70e4f2e712be91be2795ef79bce3f0e89.tar.zst
go-tangerine-69ac6cc70e4f2e712be91be2795ef79bce3f0e89.zip
travis.yml: re-add missing build commands for Go 1.7
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 9d85635b1..d3b0d427c 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