Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ada720 commit 31ef04eCopy full SHA for 31ef04e
.travis.yml
@@ -4,10 +4,11 @@ node_js:
4
branches:
5
only:
6
- master
7
+before_script:
8
+ - phpenv global 7.1
9
+ - chmod u+x ./build/*
10
script:
- - chmod 777 ./build/build_release.sh
11
- ./build/build_release.sh
- - chmod 777 ./build/build_github_pages.sh
12
- ./build/build_github_pages.sh
13
deploy:
14
- provider: releases
php/composer.json
@@ -3,7 +3,7 @@
3
"description": "down.52pojie.cn file scan script",
"type": "project",
"require": {
- "php": ">=7.0",
+ "php": ">=7.1",
"ext-json": "*",
"ext-curl": "*",
"symfony/yaml": "^4.1"
0 commit comments