Skip to content

Commit

Permalink
.travis.yml: build with Go 1.9rc2 too.
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobsa committed Aug 9, 2017
2 parents 40d9622 + 60c5bb0 commit 2995f74
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .travis.yml
Expand Up @@ -5,6 +5,7 @@ language: go

go:
- 1.8.3
- 1.9rc2
- tip

# Use the virtualized Trusty beta Travis is running in order to get support for
Expand Down Expand Up @@ -50,4 +51,7 @@ install: true
script:
- cd $GOPATH/src/github.com/
- mv GoogleCloudPlatform googlecloudplatform
- go test -v github.com/googlecloudplatform/gcsfuse/...
# Set GOROOT to work around https://github.com/travis-ci/travis-ci/issues/8229.
# TODO(jacobsa): once that issue is fixed, remove the workaround and make
# sure the build still passes with Go 1.9.
- GOROOT=$(go env GOROOT) go test -v github.com/googlecloudplatform/gcsfuse/...

0 comments on commit 2995f74

Please sign in to comment.