Fixing travis config from last commit
This commit is contained in:
parent
7d501c8122
commit
e883c99c6d
|
@ -4,9 +4,9 @@ go:
|
||||||
- 1.8
|
- 1.8
|
||||||
- tip
|
- tip
|
||||||
before_install:
|
before_install:
|
||||||
- sudo add-apt-repository ppa:ubuntu-toolchain-r/test
|
- sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test
|
||||||
- sudo apt-get update
|
- sudo apt-get update
|
||||||
- sudo apt-get install libstdc++6
|
- sudo apt-get install -y libstdc++6
|
||||||
- go get github.com/mattn/goveralls
|
- go get github.com/mattn/goveralls
|
||||||
- ./contrib/grab-headless_shell.sh $HOME/hs
|
- ./contrib/grab-headless_shell.sh $HOME/hs
|
||||||
script:
|
script:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user