Added 'make install' to travis

This commit is contained in:
Ingo Ruhnke 2015-10-26 03:47:56 +01:00
parent 3f7d21a256
commit fafe930002

View file

@ -40,5 +40,6 @@ before_install:
script:
- git clean -f
- scons CXX=${CXX} BUILD=${BUILD_TYPE} && sudo make install
- sudo make install
# EOF #