Skip to content

Commit 835ed87

Browse files
committed
[*]: Update Travis
1 parent d348bd0 commit 835ed87

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ before_script:
2020
script:
2121
- php vendor/bin/phpcs
2222
- php vendor/bin/phpunit --coverage-clover=coverage.xml --debug
23-
- php vendor/bin/phpunit --configuration ./build/travis-ci-fail.xml > /dev/null; if [ $? -eq 0 ]; then echo "SHOULD FAIL"; false; else echo "fail checked"; fi;
2423

2524
after_script:
2625
- bash <(curl -s https://codecov.io/bash)

0 commit comments

Comments
 (0)