add installation as a travis test

Not only should we pass the test suite but we should also install
successfully.
This commit is contained in:
Rich Wareham 2014-02-25 00:24:06 +00:00 committed by Thiago de Arruda
parent 0a15feee9d
commit d342257ae4

View File

@ -1,2 +1,2 @@
language: c
script: make cmake && make test
script: make cmake CMAKE_EXTRA_FLAGS="-DCMAKE_INSTALL_PREFIX=$PWD/dist" && make test && make install