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 ee91d95 commit c397050Copy full SHA for c397050
.travis.yml
@@ -21,7 +21,7 @@ matrix:
21
- php: 7.3
22
dist: trusty
23
install:
24
- - pear upgrade --force --alldeps pear/pear
+ - pear upgrade --force --alldeps pear/pear || true
25
- pear install -f package.xml
26
script:
27
- pear run-tests -qr tests/
0 commit comments