Repository: cayenne Updated Branches: refs/heads/master 3539f6633 -> cc5c5ae43
Consistent names of profiles. Enable docker builds on CI. Project: http://git-wip-us.apache.org/repos/asf/cayenne/repo Commit: http://git-wip-us.apache.org/repos/asf/cayenne/commit/4b5fcb29 Tree: http://git-wip-us.apache.org/repos/asf/cayenne/tree/4b5fcb29 Diff: http://git-wip-us.apache.org/repos/asf/cayenne/diff/4b5fcb29 Branch: refs/heads/master Commit: 4b5fcb29428d08dd166ca3f66a0230783dce07d2 Parents: 3c3c95c Author: Ruslan Ibragimov <rus...@ibragimov.by> Authored: Tue Dec 6 17:47:11 2016 +0300 Committer: Ruslan Ibragimov <rus...@ibragimov.by> Committed: Tue Dec 6 17:47:11 2016 +0300 ---------------------------------------------------------------------- .travis.yml | 2 ++ pom.xml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cayenne/blob/4b5fcb29/.travis.yml ---------------------------------------------------------------------- diff --git a/.travis.yml b/.travis.yml index b749010..4908e88 100644 --- a/.travis.yml +++ b/.travis.yml @@ -24,6 +24,8 @@ env: - DB_PROFILE=hsql - DB_PROFILE=h2 - DB_PROFILE=derby + - DB_PROFILE=mysql-docker + - DB_PROFILE=postgres-docker jdk: - oraclejdk8 http://git-wip-us.apache.org/repos/asf/cayenne/blob/4b5fcb29/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 1577a37..d73ba4f 100644 --- a/pom.xml +++ b/pom.xml @@ -1428,7 +1428,7 @@ <activation> <property> <name>cayenneTestConnection</name> - <value>postgresdocker</value> + <value>postgres-docker</value> </property> </activation> <dependencies>