Skip to content

Commit

Permalink
Add nightly to Travis & CS
Browse files Browse the repository at this point in the history
  • Loading branch information
j0k3r committed Feb 3, 2017
1 parent 7757d7e commit 4f96f21
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,13 @@ php:
- 5.6
- 7.0
- 7.1
- hhvm
- nightly

# run build against nightly but allow them to fail
matrix:
fast_finish: true
allow_failures:
- php: nightly
- php: hhvm
# only one build will send the coverage, this'll speed up other one
include:
Expand Down
8 changes: 4 additions & 4 deletions src/Extractor/ContentExtractor.php
Original file line number Diff line number Diff line change
Expand Up @@ -569,10 +569,10 @@ private function removeElements(\DOMNodeList $elems, $logMessage = null)
/**
* Extract title for a given CSS class a node.
*
* @param bool $detectTitle Do we have to detect title ?
* @param string $cssClass CSS class to look for
* @param DOMNode $node DOMNode to look into
* @param string $logMessage
* @param bool $detectTitle Do we have to detect title ?
* @param string $cssClass CSS class to look for
* @param \DOMNode $node DOMNode to look into
* @param string $logMessage
*
* @return bool Telling if we have to detect title again or not
*/
Expand Down

0 comments on commit 4f96f21

Please sign in to comment.