Skip to content

Commit f3380eb

Browse files
committed
Merge pull request jsonrainbow#223 from localheinz/fix/condition
Fix: Remove conditions never evaluating to true
2 parents cc84765 + 04de5d1 commit f3380eb

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.travis.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,6 @@ before_install:
1818

1919
install:
2020
- travis_retry composer install --no-interaction --prefer-source
21-
- if [[ "$CHECK_LINKS" == "true" ]]; then sudo apt-get -y install pypy python-sphinx graphviz; fi
2221

2322
script:
2423
- 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)