Commit a3414dc8 authored by Richard Levitte's avatar Richard Levitte
Browse files

Travis: When testing install, install docs as well

parent 3da9eeb1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -91,7 +91,7 @@ script:
      fi
    - if [ -n "$DESTDIR" ]; then
          mkdir "../$DESTDIR";
          make install DESTDIR="../$DESTDIR";
          make install install_docs DESTDIR="../$DESTDIR";
      fi
    - cd ..