travis: fix builds

parent ebc52433
...@@ -10,7 +10,7 @@ script: ...@@ -10,7 +10,7 @@ script:
- ./autogen.sh - ./autogen.sh
- mkdir build - mkdir build
- cd build - cd build
- ../configure --enable-tests - ../configure --enable-tests --with-distro=unknown
- make -j4 - make -j4
- make DESTDIR=$TRAVIS_BUILD_DIR/install install - make DESTDIR=$TRAVIS_BUILD_DIR/install install
notifications: notifications:
......
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