Skip to content

Commit

Permalink
Loosened failure restriction to see SlimerJS output
Browse files Browse the repository at this point in the history
  • Loading branch information
thvitt committed Oct 19, 2016
1 parent 8beaf50 commit f457468
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -9,9 +9,9 @@
<properties>
<project.build.sourceEncoding>utf-8</project.build.sourceEncoding>
<upload.url>beta.faustedition.net:/var/www/dev</upload.url>
<faust.diplo.allowedFailures>10</faust.diplo.allowedFailures>
<faust.diplo.allowedFailures>20</faust.diplo.allowedFailures>
<faust.diplo.server>false</faust.diplo.server> <!-- Run only the web server, don't actually convert -->
<faust.diplo.debug>false</faust.diplo.debug> <!-- Debug phantomjs, produces massive output -->
<faust.diplo.debug>true</faust.diplo.debug> <!-- Debug phantomjs, produces massive output -->
<exist.app-name>faust-dev</exist.app-name>
</properties>

Expand Down

0 comments on commit f457468

Please sign in to comment.