Commit 483efec8 by Stéphane Graber Committed by GitHub

Merge pull request #1727 from brauner/2017-08-02/fix_travis

travis: fix builds
parents aaede717 4c9ab50e
...@@ -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