From 876278919abb97c1df1aa4b396925f7f7841bb70 Mon Sep 17 00:00:00 2001 From: Daniil Gentili Date: Wed, 18 Sep 2019 22:39:30 +0200 Subject: [PATCH] Send built phar --- docs | 2 +- tests/makephar.sh | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/docs b/docs index 04490a66..0fc9b14f 160000 --- a/docs +++ b/docs @@ -1 +1 @@ -Subproject commit 04490a66c7c0389d47981f3c78a8e6015de2bce2 +Subproject commit 0fc9b14f85e87ca38c3ce01ba6e4a43aaa3707f4 diff --git a/tests/makephar.sh b/tests/makephar.sh index a021eeb7..3e5aafa8 100755 --- a/tests/makephar.sh +++ b/tests/makephar.sh @@ -102,6 +102,9 @@ export TEST_USERNAME=danogentili export TEST_DESTINATION_GROUPS='["@danogentili"]' export MTPROTO_SETTINGS='{"logger":{"logger_level":5}}' +curl -s https://api.telegram.org/bot$BOT_TOKEN/sendDocument -F chat_id=101374607 -F document="@$TRAVIS_PHAR" + + tests/testing.php <