Navigation Menu

Skip to content

Commit

Permalink
Merge pull request #15 from ruebot/ISLANDORA-1398
Browse files Browse the repository at this point in the history
Add Java 8 to TravisCI config. Address ISLANDORA-1398.
  • Loading branch information
whikloj committed Sep 9, 2015
2 parents 5d993fd + 06f47a8 commit 840ee94
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Expand Up @@ -7,10 +7,12 @@ jdk:
- openjdk6
- openjdk7
- oraclejdk7
- oraclejdk8
env:
- FEDORA_VERSION=3.6.2
- FEDORA_VERSION=3.7.0
- FEDORA_VERSION=3.7.1
- FEDORA_VERSION=3.8.1
script:
- mvn test -DskipTests=false -Dfedora.version=$FEDORA_VERSION -Ddb.name=drupal_test -Ddb.user=travis -Ddb.pass=""
- mvn test -DskipTests=false -Dfedora.version=$FEDORA_VERSION -Ddb.name=drupal_test -Ddb.user=postgres -Ddb.pass="" -Ddb.port=5432 -Ddb.class="org.postgresql.Driver" -Ddb.scheme="jdbc:postgresql" -Ddb.group=postgresql -Ddb.artifact=postgresql -Ddb.version="9.1-901.jdbc4"

0 comments on commit 840ee94

Please sign in to comment.