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.
2 parents 2ffca53 + e0b42b0 commit bca82c0Copy full SHA for bca82c0
.travis.yml
@@ -3,16 +3,8 @@ language: go
3
services:
4
- docker
5
6
-addons:
7
- apt:
8
- sources:
9
- - ubuntu-toolchain-r-test
10
- packages:
11
- - gcc-6
12
- - g++-6
13
-
14
go:
15
- - "1.10.x"
+ - "1.11.x"
16
17
before_install:
18
- . $HOME/.nvm/nvm.sh
@@ -21,8 +13,6 @@ before_install:
21
- npm install -g yarn
22
23
install:
24
- - sudo update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-6 90
25
- - sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-6 90
26
- make dependencies
27
28
stages:
0 commit comments