This is an automated email from the ASF dual-hosted git repository.
houshengbo pushed a commit to branch master
in repository
https://gitbox.apache.org/repos/asf/incubator-openwhisk-release.git
The following commit(s) were added to refs/heads/master by this push:
new 5be8dd5 Remove the docker and deprecated version of Travis (#252)
5be8dd5 is described below
commit 5be8dd558437adfd74f855bddb949a7535cb9b5a
Author: Vincent <[email protected]>
AuthorDate: Thu Mar 21 20:18:53 2019 -0400
Remove the docker and deprecated version of Travis (#252)
---
.travis.yml | 9 ---------
tools/verify_source_code.sh | 3 ++-
2 files changed, 2 insertions(+), 10 deletions(-)
diff --git a/.travis.yml b/.travis.yml
index 2d6f6c2..a7ee12e 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -17,11 +17,6 @@
sudo: required
-group: deprecated-2017Q3
-
-services:
- - docker
-
env:
global:
- secure:
S4eRZSGj/pfsicg50UXrTmwRurzgUrd0idQH5nKvc+O+lwAYv3SIhbsufUHseQEUSfoO0jFCyoCbWDtFMdsW3t2eGPdciViek/LaocxxG2Br539VDVXhS+NAwqiRGbCqKHCe2aNqIdo8vCvUaj/BfFJNUK4Fhpw6iBix0pvlnRkYBX7hHphU88N69gmnMOo1oZwEwaobaQeXOc/8OwH2aPD8lCmNk41IvvLFAwIhXrP4Thb+xBh4+oSlqcJyDCUouIfYFd4B1pHQehAVu0kBoUiKZHfKUyT+Q/V8hzBR3nJ/IzzSLNOYcTTYXBbL5x/SKe/LiBio4yLdPuRMTZl/xKarhShHJg3JKRvfushaMJDKJfLrbcCPUDnSCK1v0D4zZc0DceOBawhipSPkam3kNER/ImZcpTj79u/VKBrlwbVwjKTyZ4d/4/N2cP4jyvjmwW6fM4N3kM/V+S+EoGR5EiFTKAiPBzKa
[...]
@@ -36,10 +31,6 @@ notifications:
jobs:
include:
- #- stage: verify source code
- # script: ./tools/travis/verify_source_code.sh
- #- stage: deploy
- # script: ./tools/travis/setup.sh
- stage: package
script: ./tools/travis/package_project.sh $SVN_USERNAME $SVN_PASSWORD
diff --git a/tools/verify_source_code.sh b/tools/verify_source_code.sh
index 059c980..9c7a880 100755
--- a/tools/verify_source_code.sh
+++ b/tools/verify_source_code.sh
@@ -25,7 +25,8 @@ PARENTDIR="$(dirname "$SCRIPTDIR")"
# run Apache rat to check headers
cd $OPENWHISK_SOURCE_DIR
cp $SCRIPTDIR/lib/pom.xml ./
-mvn clean apache-rat:check
+# Comment out the rat check, since it has been applied in the release process
+# mvn clean apache-rat:check
echo "Check the existence of LICENSE and NOTICE."