diff --git a/.travis.yml b/.travis.yml index df7bdf6..ec3e545 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,6 +14,9 @@ script: - ./configure $CONFIGURE_FLAGS - make -j2 - make check +# Test both installation routines: + - sudo make install + - make local_install compiler: - clang - gcc