Skip to content

Commit 142680e

Browse files
committed
Remove disallowed source and add verbose option to go get.
1 parent 7bbebaa commit 142680e

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.travis.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,14 @@ dist: bionic
22
sudo: required
33
addons:
44
apt:
5-
sources:
6-
- ubuntu-toolchain-r-test
75
packages:
86
- wget
97
- pkg-config
108
- libboost-dev
119
- libgmp-dev
1210
- g++-7
1311
before_install:
14-
- go get github.com/bazelbuild/bazelisk
12+
- go get -v github.com/bazelbuild/bazelisk
1513
- sudo update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-7 90
1614
- sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-7 90
1715
script:

0 commit comments

Comments
 (0)