Skip to content

Commit

Permalink
Update travis settings
Browse files Browse the repository at this point in the history
  • Loading branch information
aalmiray committed Sep 22, 2017
1 parent e814b66 commit 5d56d8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -40,7 +40,7 @@ before_script:
- sudo service resolvconf stop
- sudo service sshguard stop
- sudo service ssh stop
script: ./gradlew --console=plain --no-daemon -S --scan check test integrationTest functionalTest jacocoTestReport jacocoIntegrationTestReport jacocoFunctionalTestReport jacocoRootReport -x :sample-javafx-groovy:jfxJar -x :sample-javafx-groovy:jfxDeploy -x :sample-javafx-java:jfxJar -x :sample-javafx-java:jfxDeploy -x clirr
script: ./gradlew --console=plain --no-daemon -S --scan check test integrationTest functionalTest jacocoTestReport jacocoIntegrationTestReport jacocoFunctionalTestReport jacocoRootReport -x :sample-javafx-groovy:jfxJar -x :sample-javafx-java:jfxJar -x clirr
after_success:
- ./update-gh-pages.sh
- for report in `find ./subprojects -name "jacocoTestReport.xml" -print`; do rm -f $report ; done
Expand Down

0 comments on commit 5d56d8d

Please sign in to comment.