Skip to content
This repository has been archived by the owner on Jul 11, 2023. It is now read-only.

Commit

Permalink
fixed testsuite trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
roll committed Jul 24, 2016
1 parent ef8a623 commit 1e5df07
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ script:

after_success:
- coveralls
- ./scripts/testsuite.sh
- bash scripts/testsuite.sh

deploy:
provider: pypi
Expand Down
3 changes: 3 additions & 0 deletions scripts/testsuite.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Trigger testsuite build on Travis
# TRAVIS_TOKEN should be set in Travis settings or in travis.yml

body='{
"request": {
"branch":"master"
Expand Down

0 comments on commit 1e5df07

Please sign in to comment.