Commit 934506f5 by Aleksandr Mezin Committed by Stéphane Graber

travis: ensure 'make install' doesn't fail

parent dafca213
...@@ -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