wrong package name

pull/6/head
Niels 2014-12-28 11:24:40 +01:00
parent 41ab5b1f59
commit 1cb6426ddc
1 changed files with 1 additions and 1 deletions

View File

@ -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