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 1ae37d0 commit 453f477Copy full SHA for 453f477
.travis.yml
@@ -1,8 +1,9 @@
1
language: php
2
dist: trusty
3
php:
4
+- '7.1'
5
+- '7.2'
6
- '7.3.24'
-- '7.4.0'
7
cache:
8
directories:
9
- node_modules
@@ -20,7 +21,7 @@ before_deploy:
20
21
- npm run document
22
script:
23
- npm run test:coverage
-- 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 [[
25
`cat "output/checkstyle.xml" | grep "<error "` != "" ]]; then exit 1; fi fi
26
deploy:
27
provider: pages
@@ -30,6 +31,6 @@ deploy:
30
31
local_dir: output
32
on:
33
branch: master
- php: '7.3.24'
34
+ php: '7.1'
35
after_success:
36
- bash <(curl -s https://codecov.io/bash)
0 commit comments