Skip to content

Commit

Permalink
Fix exit code CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Mantovani Gabriele committed May 9, 2017
1 parent f064274 commit ceb472c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion conf/commonSettings.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ module.exports = {
testhost: "",
refhost: "",
delay: 500,
misMatchThreshold: 10
misMatchThreshold: 1
}
2 changes: 1 addition & 1 deletion conf/defaultConfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ module.exports = {
},
"casperFlags": [],
"engine": "phantomjs",
"report": ["browser"],
"report": ["browser", "CI"],
"debug": true
}

0 comments on commit ceb472c

Please sign in to comment.