Skip to content

Commit

Permalink
Fixing travis config from last commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Kenneth Shaw committed May 24, 2017
1 parent 7d501c8 commit e883c99
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit e883c99

Please sign in to comment.