Skip to content

Commit 4081156

Browse files
author
Jochen Schalanda
committed
Remove non-working deployment config for Travis CI
1 parent 17f4fea commit 4081156

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

.travis.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,3 @@ install:
66
- mvn install -DskipTests=true -Dmaven.javadoc.skip=true -Dskip.web.build=true -B -V
77
script:
88
- mvn test -Dskip.web.build=true -B
9-
addons:
10-
apt:
11-
packages:
12-
- rpm
13-
before_deploy:
14-
- mvn jdeb:jdeb && export RELEASE_DEB_FILE=$(ls target/*.deb)
15-
- mvn rpm:rpm && export RELEASE_RPM_FILE=$(find target/ -name '*.rpm' | tail -1)
16-
- rm -f target/original-*.jar
17-
- export RELEASE_PKG_FILE=$(ls target/*.jar)
18-
- echo "Deploying release to GitHub releases"

0 commit comments

Comments
 (0)