Fixing travis config from last commit

This commit is contained in:
Kenneth Shaw 2017-05-24 09:58:46 +07:00
parent 7d501c8122
commit e883c99c6d

View File

@ -4,9 +4,9 @@ go:
- 1.8
- tip
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 install libstdc++6
- sudo apt-get install -y libstdc++6
- go get github.com/mattn/goveralls
- ./contrib/grab-headless_shell.sh $HOME/hs
script: