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 d46bf84 commit 8904409Copy full SHA for 8904409
.travis.yml
@@ -7,10 +7,7 @@ addons:
7
- pkg-config
8
- libboost-dev
9
- libgmp-dev
10
- - g++-7
11
before_install:
12
- go get -v github.com/bazelbuild/bazelisk
13
- - sudo update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-7 90
14
- - sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-7 90
15
script:
16
- /home/travis/gopath/bin/bazelisk test //:test
0 commit comments