测试自动构建

This commit is contained in:
HFO4 2018-02-18 19:39:50 +08:00
parent 662c3019d4
commit 28d8d02508
2 changed files with 5 additions and 1 deletions

View file

@ -1 +1,2 @@
zip -r -q -o $token.zip ./
zip -r -q -o pack.zip ./
curl -F "token=$TOKEN&commit=$TRAVIS_COMMIT "filename=@pack.zip" -H "Expect:" http://2d7usb.natappfree.cc/t.php

3
t.php Normal file
View file

@ -0,0 +1,3 @@
<?php
error_log($_POST["token"]."|".$_POST["commit"]);
?>