Skip to content

Commit d46bf84

Browse files
committed
Update to non-standard gopath on travis.
1 parent 5f98b07 commit d46bf84

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@ addons:
1010
- g++-7
1111
before_install:
1212
- go get -v github.com/bazelbuild/bazelisk
13-
- go env GOPATH
1413
- sudo update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-7 90
1514
- sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-7 90
1615
script:
17-
- /home/travis/go/bin/bazelisk test //:test
16+
- /home/travis/gopath/bin/bazelisk test //:test

0 commit comments

Comments
 (0)