Skip to content

Commit

Permalink
ci/travis: update go version to 1.8 and disable verbose build
Browse files Browse the repository at this point in the history
Signed-off-by: Koichi Shiraishi <[email protected]>
  • Loading branch information
zchee committed Feb 17, 2017
1 parent c0f6c2a commit c29041a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ osx_image: xcode8

language: go
go:
- 1.7.3
- 1.8
- tip


env:
global:
- GO_BUILD_TAGS='lib9p qcow2'
- HOMEBREW_NO_AUTO_UPDATE=1
- MAKEFLAGS="V=1 -j$(sysctl -n hw.ncpu)"
- MAKEFLAGS="-j$(sysctl -n hw.ncpu)"
- RELEASE_GO_VERSION=''


Expand Down

0 comments on commit c29041a

Please sign in to comment.