Skip to content

Commit

Permalink
add changes builder to travis process
Browse files Browse the repository at this point in the history
  • Loading branch information
wkerzendorf committed Apr 29, 2019
1 parent f98ef14 commit a415265
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,9 @@ script:
- echo CC=$COMPILER python setup.py $SETUP_CMD
- CC=$COMPILER python setup.py $SETUP_CMD
- set -e
- conda install -y -c conda-forge nodejs
- npm install -g github-changes
- github-changes -o tardis-sn -r tardis --only-pulls --use-commit-body -f CHANGELOG.rst -k $GITHUB_CHANGES_OAUTH
- python setup.py build_docs
- pip install doctr
- git lfs uninstall
Expand Down

0 comments on commit a415265

Please sign in to comment.