Skip to content

Commit 5f98b07

Browse files
committed
Add debugging for GOPATH.
1 parent 142680e commit 5f98b07

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ addons:
1010
- g++-7
1111
before_install:
1212
- go get -v github.com/bazelbuild/bazelisk
13+
- go env GOPATH
1314
- sudo update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-7 90
1415
- sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-7 90
1516
script:

0 commit comments

Comments
 (0)