We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17f4fea commit 4081156Copy full SHA for 4081156
.travis.yml
@@ -6,13 +6,3 @@ install:
6
- mvn install -DskipTests=true -Dmaven.javadoc.skip=true -Dskip.web.build=true -B -V
7
script:
8
- 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