Skip to content

Commit 8904409

Browse files
committed
g++-7 should already be default on bionic.
1 parent d46bf84 commit 8904409

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.travis.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,7 @@ addons:
77
- pkg-config
88
- libboost-dev
99
- libgmp-dev
10-
- g++-7
1110
before_install:
1211
- 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
1512
script:
1613
- /home/travis/gopath/bin/bazelisk test //:test

0 commit comments

Comments
 (0)