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 0277b8c commit 5d288ffCopy full SHA for 5d288ff
.travis.yml
@@ -3,28 +3,15 @@ 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
19
- nvm install 8
20
- nvm use 8
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:
29
- name: validate and build
30
- name: release to github
0 commit comments