Skip to content

Commit

Permalink
test php async
Browse files Browse the repository at this point in the history
  • Loading branch information
frosty00 committed Mar 31, 2021
1 parent ab8eb3c commit 8bb5ba6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,15 @@ before_install:
- pip install --upgrade aiohttp requests cryptography pyopenssl
- git pull --tags
- composer install
- composer require --ignore-platform-reqs react/http recoil/react
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
- cd ..
- npm run test-base
- bash -c 'node run-tests --js --python-async --php 5' 2>&1
- bash -c 'node run-tests --js --python-async --php-async 5' 2>&1
- if [ "$TRAVIS_PULL_REQUEST" = "false" ] && [ "$TRAVIS_BRANCH" = "master" ]; then env COMMIT_MESSAGE=${NPM_VERSION:1} GITHUB_TOKEN=${GITHUB_TOKEN} ./build/push.sh; fi
- if [ "$TRAVIS_PULL_REQUEST" = "false" ] && [ "$TRAVIS_BRANCH" = "master" ]; then cd python && env PYPI_PASSWORD=${PYPI_PASSWORD} ./deploy.sh && cd ..; fi
after_failure:
Expand Down

0 comments on commit 8bb5ba6

Please sign in to comment.