Skip to content

Commit b2b161b

Browse files
committedSep 12, 2020
Use --ignore-parse-errors from Doctum 5.1
1 parent 16594f9 commit b2b161b

File tree

3 files changed

+57
-90
lines changed

3 files changed

+57
-90
lines changed
 

Diff for: ‎.travis.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@ before_script:
1414
- find api.phpseclib.org -mindepth 1 -maxdepth 1 -type d -not -name .git -exec rm -rf {} \;
1515

1616
script:
17-
# The build exits 1 but the render works, so we will check that now
18-
- vendor/bin/doctum.php update --no-interaction --verbose --force doctum.conf.php || ls cache/master/DOCTUM_VERSION
17+
- vendor/bin/doctum.php update --no-interaction --ignore-parse-errors --verbose --force doctum.conf.php
1918

2019
after_success:
2120
- cd api.phpseclib.org

Diff for: ‎composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"require": {
3-
"code-lts/doctum": "~5.0"
3+
"code-lts/doctum": "~5.1"
44
}
55
}

Diff for: ‎composer.lock

+55-87
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)
Please sign in to comment.