travis.yml: re-add missing build commands for Go 1.7

This commit is contained in:
Felix Lange 2017-03-23 16:01:17 +01:00
parent df1fbe3c06
commit 69ac6cc70e
1 changed files with 3 additions and 1 deletions

View File

@ -12,8 +12,10 @@ matrix:
- sudo modprobe fuse - sudo modprobe fuse
- sudo chmod 666 /dev/fuse - sudo chmod 666 /dev/fuse
- sudo chown root:$USER /etc/fuse.conf - 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 - os: linux
dist: trusty dist: trusty
sudo: required sudo: required