Commit 4c59ccd1 authored by Niels's avatar Niels

a fix for Travis

parent 5b4dcfd8
...@@ -9,7 +9,7 @@ before_install: ...@@ -9,7 +9,7 @@ before_install:
- if [ "$CXX" = "g++" ]; then sudo apt-get install -qq g++-4.9; fi - 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 - if [ "$CXX" = "g++" ]; then export CXX="g++-4.9" CC="gcc-4.9"; fi
- sudo pip install cpp-coveralls pyyaml - sudo pip install cpp-coveralls pyyaml
- sudo apt-get install valgrind - sudo apt-get install valgrind re2c
before_script: before_script:
- autoreconf -iv - autoreconf -iv
......
...@@ -6,7 +6,7 @@ AM_SILENT_RULES([yes]) ...@@ -6,7 +6,7 @@ AM_SILENT_RULES([yes])
AC_PROG_CXX AC_PROG_CXX
AC_PROG_SED AC_PROG_SED
AC_PATH_PROG(RE2C, [re2c]) AM_MISSING_PROG(RE2C, [re2c])
AM_MISSING_PROG(CPPCHECK, [cppcheck]) AM_MISSING_PROG(CPPCHECK, [cppcheck])
AM_MISSING_PROG(ASTYLE, [astyle]) AM_MISSING_PROG(ASTYLE, [astyle])
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment