Skip to content

Commit f049ba5

Browse files
committed
ok to fail
1 parent 9f6b0a7 commit f049ba5

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ php:
66

77
script:
88
- composer update
9-
- vendor/bin/phpcs src tests --report-gitblame=analysis-sniffer-blame.txt --report-checkstyle=analysis-sniffer.xml
10-
- vendor/bin/phpmd src,tests xml codesize,naming,unusedcode --reportfile analysis-mess.xml
9+
- vendor/bin/phpcs src tests --report-gitblame=analysis-sniffer-blame.txt --report-checkstyle=analysis-sniffer.xml || true
10+
- vendor/bin/phpmd src,tests xml codesize,naming,unusedcode --reportfile analysis-mess.xml || true
1111
- vendor/bin/phpunit tests/unit --log-junit tests-results.xml --coverage-clover coverage.xml
1212

1313
after_script:

shippable.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ php:
66

77
env:
88
global:
9-
- secure: oFIc+lF6znyg9IAaDeFo210Ai7SxO/K0TjJFoTzjc/58jg6Ut9DWJuiIlML+ltrpm8V3GjcW8BfZi/QK2xWPBifa6f8N4ZGXWT1Vh7UIqszFnxrYS9Q+uqi3mFH8Gpsv398Pep3I82uUAmZ9RIbEsS1U9qy9JftXAZYv7LhBDzIQdFChjXZNYGOjqSWmveBa8DJNJoGnORQGTS1wPGTUQMZoucmSbNaCKcUJdlx+831OTe6y0ei43C+VIwmtBzW2+otkK4vWA739N0OgeC58SEEPlBXFSleRZvB2Wq5IGg7M4LXfABB06jT9jVkaxXu0OUBCaFaHhOtZuvirAplnNg==
10-
9+
- secure: O+R0KBaA4m1D8tUWv9MyhhGoL7uMT9fZUnslfBb9uim/zo4G6eDvqOwGNtibl9W/eHEV7yG6vy0JK2fb1DiqL11d20ZC4aXe4/T7ZyEXV7OkYZtgdn/ZHwvasS3Otshn5qvCb+M3/J5nxoe+IyjQwS2oDc7w0uoh2IhXx9siRG12fKek/iAXV/RgSCCQFYB/xpXWMmpLZXy613c2oK3Yzo7CzfawxGiyH5BplScFC3Q1fwHKtC3hAhpMHXPzI334dNy8b9L4pQ0DM2JnUeSXZjqBse0R2WcBnhwsxpzjlYzG939lgC7xxySDKEB6TdPC2cS7Le/iVpqgB2qIDKNkmg==
10+
1111
script:
1212
- composer update
13-
- vendor/bin/phpcs src tests --report-gitblame=analysis-sniffer-blame.txt --report-checkstyle=analysis-sniffer.xml
14-
- vendor/bin/phpmd src,tests xml codesize,naming,unusedcode --reportfile analysis-mess.xml
13+
- vendor/bin/phpcs src tests --report-gitblame=analysis-sniffer-blame.txt --report-checkstyle=analysis-sniffer.xml || true
14+
- vendor/bin/phpmd src,tests xml codesize,naming,unusedcode --reportfile analysis-mess.xml || true
1515
- vendor/bin/phpunit tests/unit --log-junit tests-results.xml --coverage-clover coverage.xml
1616

1717
after_script:

0 commit comments

Comments
 (0)