wrong package name
This commit is contained in:
parent
41ab5b1f59
commit
1cb6426ddc
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ before_install:
|
|||
- sudo apt-get update -qq
|
||||
- if [ "$CXX" = "g++" ]; then sudo apt-get install -qq g++-4.8; fi
|
||||
- if [ "$CXX" = "g++" ]; then export CXX="g++-4.8" CC="gcc-4.8"; fi
|
||||
- sudo pip install cpp-coveralls yaml
|
||||
- sudo pip install cpp-coveralls pyyaml
|
||||
|
||||
before_script:
|
||||
- autoreconf -iv
|
||||
|
|
Loading…
Reference in a new issue