This is an automated email from the ASF dual-hosted git repository.
matthiasblaesing pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/netbeans.git
The following commit(s) were added to refs/heads/master by this push:
new 1150ce8 [TRAVIS] Refactor verify licenses job
new 2c00471 Merge pull request #1819 from
blackleg/verify_libs_and_licenses
1150ce8 is described below
commit 1150ce8cf24686a3eb10ca764e5908f4ed72c958
Author: Hector Espert <[email protected]>
AuthorDate: Thu Dec 26 09:25:35 2019 +0100
[TRAVIS] Refactor verify licenses job
---
.travis.yml | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/.travis.yml b/.travis.yml
index 294b2a3..7c84b97 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -32,7 +32,6 @@ script:
- if [ "x$TARGET" == "x" ]; then TARGET="build"; fi
- ant $OPTS clean
- ant $OPTS $TARGET
- - if [ "x$LICENSE" == "xtrue" ]; then ant -quiet verify-libs-and-licenses
-Dverify-libs-and-licenses.haltonfailure=true; fi
- if [ "x$SIGTEST" == "xtrue" ]; then ant check-sigtests; fi
- if [ "x$SIGTEST" == "xtrue" ]; then ant gen-sigtests-release; fi
- if [ "x$SCRIPT" != "x" ]; then ./$SCRIPT; fi
@@ -48,10 +47,11 @@ matrix:
- unzip -qq ../nbbuild/build/release-src*
- ant -quiet rat -Drat-report.haltonfailure=true
- - env: SIGTEST=false LICENSE=true
- jdk: openjdk8
+ - name: Verify libs and licenses
+ script:
+ - ant verify-libs-and-licenses
-Dverify-libs-and-licenses.haltonfailure=true
- - env: SIGTEST=true LICENSE=false
+ - env: SIGTEST=true
jdk: openjdk8
# - env: TARGET="build-platform" SCRIPT=nbbuild/travis/scripting.sh
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists