Skip to content

Commit 453f477

Browse files
committed
Re-add 7.1 / 7.2
1 parent 1ae37d0 commit 453f477

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.travis.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
language: php
22
dist: trusty
33
php:
4+
- '7.1'
5+
- '7.2'
46
- '7.3.24'
5-
- '7.4.0'
67
cache:
78
directories:
89
- node_modules
@@ -20,7 +21,7 @@ before_deploy:
2021
- npm run document
2122
script:
2223
- npm run test:coverage
23-
- if [[ ${TRAVIS_PHP_VERSION:0:3} == "7.3.24" ]]; then npm run document-check && if [[
24+
- if [[ ${TRAVIS_PHP_VERSION:0:3} == "7.1" ]]; then npm run document-check && if [[
2425
`cat "output/checkstyle.xml" | grep "<error "` != "" ]]; then exit 1; fi fi
2526
deploy:
2627
provider: pages
@@ -30,6 +31,6 @@ deploy:
3031
local_dir: output
3132
on:
3233
branch: master
33-
php: '7.3.24'
34+
php: '7.1'
3435
after_success:
3536
- bash <(curl -s https://codecov.io/bash)

0 commit comments

Comments
 (0)