Skip to content

Commit

Permalink
Add docs to release. Fixes #63 (#64)
Browse files Browse the repository at this point in the history
  • Loading branch information
sshanks-kx authored Mar 9, 2023
1 parent b5e830e commit 0803d82
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,9 +85,9 @@ script:
elif [[ $BUILD == "True" && ( $TRAVIS_OS_NAME == "linux" || $TRAVIS_OS_NAME == "osx" ) ]]; then
tar -zcvf $FILE_NAME -C build/$FILE_ROOT .;
elif [[ $TRAVIS_OS_NAME == "windows" ]]; then
7z a -tzip $FILE_NAME README.md install.bat LICENSE q examples;
7z a -tzip $FILE_NAME README.md install.bat LICENSE q examples docs;
elif [[ $TRAVIS_OS_NAME == "linux" || $TRAVIS_OS_NAME == "osx" ]]; then
tar -zcvf $FILE_NAME README.md install.sh LICENSE q examples;
tar -zcvf $FILE_NAME README.md install.sh LICENSE q examples docs;
fi

deploy:
Expand Down

0 comments on commit 0803d82

Please sign in to comment.