Skip to content

Commit

Permalink
FIX: Travis build.
Browse files Browse the repository at this point in the history
  • Loading branch information
carlwilson committed Jul 8, 2020
1 parent da6f2fb commit 31c211c
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
dist: trusty
sudo: required

language: java
jdk:
- openjdk8
- oraclejdk8

branches:
except:
- "/^v|d\\d+\\.\\d+\\.\\d+$/"
- "/^jenkins-jhove-v|d\\d+\\.\\d+\\.\\d+$/"

install: mvn install -Dgpg.skip=true

jdk:
- oraclejdk8
before_install:
- sudo apt-get install -y jq
- wget -O ~/codacy-coverage-reporter-assembly-latest.jar http://resources.openpreservation.org/codacy-coverage-reporter-assembly-latest.jar

0 comments on commit 31c211c

Please sign in to comment.