Commit 43f965e0 by Aleksandr Mezin

travis: ensure 'make install' doesn't fail

parent 6bc6062d
...@@ -12,6 +12,7 @@ script: ...@@ -12,6 +12,7 @@ script:
- cd build - cd build
- ../configure --enable-tests - ../configure --enable-tests
- make -j4 - make -j4
- make DESTDIR=$TRAVIS_BUILD_DIR/install install
notifications: notifications:
email: email:
recipients: recipients:
......
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