a fix for Travis

This commit is contained in:
Niels 2015-02-08 18:38:24 +01:00
parent 5b4dcfd8a4
commit 4c59ccd1d5
2 changed files with 2 additions and 2 deletions

View file

@ -9,7 +9,7 @@ before_install:
- if [ "$CXX" = "g++" ]; then sudo apt-get install -qq g++-4.9; fi
- if [ "$CXX" = "g++" ]; then export CXX="g++-4.9" CC="gcc-4.9"; fi
- sudo pip install cpp-coveralls pyyaml
- sudo apt-get install valgrind
- sudo apt-get install valgrind re2c
before_script:
- autoreconf -iv

View file

@ -6,7 +6,7 @@ AM_SILENT_RULES([yes])
AC_PROG_CXX
AC_PROG_SED
AC_PATH_PROG(RE2C, [re2c])
AM_MISSING_PROG(RE2C, [re2c])
AM_MISSING_PROG(CPPCHECK, [cppcheck])
AM_MISSING_PROG(ASTYLE, [astyle])