Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 31ef04e

Browse files
committed
Update Travis CI config
set php version to 7.1
1 parent 2ada720 commit 31ef04e

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.travis.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,11 @@ node_js:
44
branches:
55
only:
66
- master
7+
before_script:
8+
- phpenv global 7.1
9+
- chmod u+x ./build/*
710
script:
8-
- chmod 777 ./build/build_release.sh
911
- ./build/build_release.sh
10-
- chmod 777 ./build/build_github_pages.sh
1112
- ./build/build_github_pages.sh
1213
deploy:
1314
- provider: releases

php/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "down.52pojie.cn file scan script",
44
"type": "project",
55
"require": {
6-
"php": ">=7.0",
6+
"php": ">=7.1",
77
"ext-json": "*",
88
"ext-curl": "*",
99
"symfony/yaml": "^4.1"

0 commit comments

Comments
 (0)