Skip to content

Commit

Permalink
Add doc directory to binary distribution
Browse files Browse the repository at this point in the history
Change Travis configuration to copy the documentation directory to the
distribution archive
  • Loading branch information
ryzhyk committed Mar 29, 2019
1 parent 7ca18d1 commit 498650c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ before_deploy:
- cp "$BIN" "$DIST_DIR/bin/"
- cp -r lib "$DIST_DIR/"
- cp -r java "$DIST_DIR/"
- cp -r doc "$DIST_DIR/"
- tar -czf "$DIST_NAME.tar.gz" "$DIST_DIR"

deploy:
Expand Down

0 comments on commit 498650c

Please sign in to comment.