Skip to content

Commit

Permalink
travis doc wip
Browse files Browse the repository at this point in the history
  • Loading branch information
kroitor committed Dec 5, 2021
1 parent 8970c48 commit bc9f272
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ script:
- if [ "$TRAVIS_PULL_REQUEST" = "false" ] && [ "$TRAVIS_BRANCH" = "master" ]; then npm config set git-tag-version=false && NPM_VERSION=$(npm version patch); fi
- npm run force-build
- cd python
- tox -e doc
# - tox -e doc
- cd ..
- npm run test-base
- bash -c 'node run-tests --js --python-async --php-async 5' 2>&1
Expand Down

0 comments on commit bc9f272

Please sign in to comment.