Skip to content

Commit 28e2cec

Browse files
authored
Separate build steps in .travis.yml
1 parent 7840d46 commit 28e2cec

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.travis.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,15 @@
11
language: java
2-
dist: Jammy
2+
dist: focal
33
jdk:
44
- openjdk8
5+
56
branches:
67
only:
78
- master
89
- develop
910

10-
script:
11+
before_install:
1112
- mvn install:install-file -Dfile=res/jars/JSplashScreen.jar -DgroupId=com.thehowtotutorial.splashscreen -DartifactId=JSplashScreen -Dversion=1.0 -Dpackaging=jar
13+
14+
script:
1215
- mvn -B package --file pom.xml

0 commit comments

Comments
 (0)