Skip to content

Commit

Permalink
fix travis, take 2
Browse files Browse the repository at this point in the history
  • Loading branch information
syjer committed Nov 22, 2019
1 parent 9bccdeb commit 2ce845c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Expand Up @@ -10,7 +10,7 @@ matrix:
include:
- env: PROFILE="-Ddatasource.dialect=HSQLDB"
dist: precise
jdk: openjdk8
jdk: oraclejdk8
addons:
apt:
packages:
Expand All @@ -19,7 +19,7 @@ matrix:
- mysql-client
- env: PROFILE="-Ddatasource.dialect=PGSQL-TRAVIS -Dpgsql9.1"
dist: precise
jdk: openjdk8
jdk: oraclejdk8
addons:
postgresql: '9.1'
apt:
Expand All @@ -29,7 +29,7 @@ matrix:
- mysql-client
- env: PROFILE="-Ddatasource.dialect=PGSQL-TRAVIS -Dpgsql9.4"
dist: precise
jdk: openjdk8
jdk: oraclejdk8
addons:
postgresql: '9.4'
apt:
Expand All @@ -39,7 +39,7 @@ matrix:
- mysql-client
- env: PROFILE="-Ddatasource.dialect=MYSQL -Dmysql5.5"
dist: precise
jdk: openjdk8
jdk: oraclejdk8
addons:
apt:
packages:
Expand Down

0 comments on commit 2ce845c

Please sign in to comment.