Skip to content
This repository was archived by the owner on Jul 30, 2019. It is now read-only.

Commit 1225960

Browse files
author
Francisco Souza
committed
travis: hack for GOROOT + Go 1.9
It looks like some gometalinter dependency can't find the GOROOT.
1 parent 7e7c500 commit 1225960

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
language: go
2-
install: make testdeps
2+
install:
3+
- export GOROOT=$(go env GOROOT)
4+
- make testdeps
35
script: make coverage
46
after_success: bash <(curl -s https://codecov.io/bash)
57
go:

0 commit comments

Comments
 (0)