Skip to content

Commit

Permalink
Separate build steps in .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
redomar committed Dec 27, 2023
1 parent 7840d46 commit 28e2cec
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
language: java
dist: Jammy
dist: focal
jdk:
- openjdk8

branches:
only:
- master
- develop

script:
before_install:
- mvn install:install-file -Dfile=res/jars/JSplashScreen.jar -DgroupId=com.thehowtotutorial.splashscreen -DartifactId=JSplashScreen -Dversion=1.0 -Dpackaging=jar

script:
- mvn -B package --file pom.xml

0 comments on commit 28e2cec

Please sign in to comment.