We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c87db34 commit cae4623Copy full SHA for cae4623
.travis.yml
@@ -30,6 +30,6 @@ install: true
30
before_script:
31
- chmod +x .utility/*
32
script:
33
- - mvn clean install -DdryRun=true -Dlicense.failOnMissingHeader=true -Dlicense.failOnNotUptodateHeader=true
+ - mvn clean install -DdryRun=true -Dlicense.failOnMissingHeader=false -Dlicense.failOnNotUptodateHeader=false
34
after_success:
35
- .utility/update_demo_site.sh
0 commit comments