From 8f9e5e843e070afdf05cf0c9b4f1479e45e25542 Mon Sep 17 00:00:00 2001 From: David Gageot Date: Wed, 3 Jun 2015 11:41:53 +0200 Subject: Run CI on h2/mysql/postgres --- .travis.yml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 3cd109e4593..b3ab2939fe7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,12 +5,19 @@ install: true jdk: - oraclejdk8 +env: + - DATABASE=H2 + - DATABASE=POSTGRES + - DATABASE=MYSQL + script: - - mvn verify -B -e -V + - ./travis.sh cache: directories: - '$HOME/.m2/repository' +before_cache: + - 'rm -rf $HOME/.m2/repository/org/codehaus/sonar' notifications: email: false -- cgit v1.2.3