Skip to content

Commit c29041a

Browse files
committed
ci/travis: update go version to 1.8 and disable verbose build
Signed-off-by: Koichi Shiraishi <zchee.io@gmail.com>
1 parent c0f6c2a commit c29041a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@ osx_image: xcode8
55

66
language: go
77
go:
8-
- 1.7.3
8+
- 1.8
99
- tip
1010

1111

1212
env:
1313
global:
1414
- GO_BUILD_TAGS='lib9p qcow2'
1515
- HOMEBREW_NO_AUTO_UPDATE=1
16-
- MAKEFLAGS="V=1 -j$(sysctl -n hw.ncpu)"
16+
- MAKEFLAGS="-j$(sysctl -n hw.ncpu)"
1717
- RELEASE_GO_VERSION=''
1818

1919

0 commit comments

Comments
 (0)