Skip to content

Commit 6b2bce1

Browse files
committed
Fix: Remove conditions never evaluating to true
1 parent cc84765 commit 6b2bce1

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.travis.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,3 @@ install:
2222

2323
script:
2424
- vendor/bin/phpunit --coverage-text
25-
- if [[ "$CHECK_LINKS" == "true" ]]; then cd docs && make linkcheck && cd ..; fi
26-
- if [[ "$BUILD_DOCS" == "true" ]]; then vendor/bin/phpdoc -d src -t docs-api; fi

0 commit comments

Comments
 (0)