Updating travis config to add libstdc++6 dependency

This commit is contained in:
Kenneth Shaw 2017-05-24 09:55:56 +07:00
parent 5a93845610
commit 7d501c8122

View File

@ -4,6 +4,9 @@ go:
- 1.8 - 1.8
- tip - tip
before_install: before_install:
- sudo add-apt-repository ppa:ubuntu-toolchain-r/test
- sudo apt-get update
- sudo apt-get install 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: