We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 142680e commit 5f98b07Copy full SHA for 5f98b07
.travis.yml
@@ -10,6 +10,7 @@ addons:
10
- g++-7
11
before_install:
12
- go get -v github.com/bazelbuild/bazelisk
13
+ - go env GOPATH
14
- sudo update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-7 90
15
- sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-7 90
16
script:
0 commit comments