Skip to content

Commit

Permalink
Merge pull request #26 from redomar/develop
Browse files Browse the repository at this point in the history
Update Travis CI Configuration to Ubuntu Jammy and Enable PR Builds #25
  • Loading branch information
redomar authored Dec 27, 2023
2 parents c2b5325 + 39e59ac commit 1ccf8a1
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
language: java
dist: trusty
dist: Jammy
jdk:
- oraclejdk8
# blocklist
- openjdk8
branches:
except:
- experimental
only:
- master
- develop

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

0 comments on commit 1ccf8a1

Please sign in to comment.