Commit 69ac6cc7 authored by Felix Lange's avatar Felix Lange

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

parent df1fbe3c
...@@ -12,8 +12,10 @@ matrix: ...@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment