You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cayenne.apache.org by nt...@apache.org on 2019/04/09 11:08:51 UTC

[cayenne] branch master updated: Postgres build fixed, disallow it's failure

This is an automated email from the ASF dual-hosted git repository.

ntimofeev pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cayenne.git


The following commit(s) were added to refs/heads/master by this push:
     new 0e9145d  Postgres build fixed, disallow it's failure
0e9145d is described below

commit 0e9145dc57d57cf9bc80a33d6a709e6bca35b86c
Author: Nikita Timofeev <st...@gmail.com>
AuthorDate: Tue Apr 9 14:08:40 2019 +0300

    Postgres build fixed, disallow it's failure
---
 .travis.yml | 2 --
 1 file changed, 2 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index b0d60d1..26c1760 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -46,8 +46,6 @@ jdk:
 matrix:
   allow_failures:
     - jdk: openjdk-ea
-    # allow failures on PostgreSQL as it just hangs too often
-    - env: DB_PROFILE=postgres-docker
 
 script:
   - travis_wait mvn verify -q $EXCLUDE_MODULES -DcayenneTestConnection=$DB_PROFILE -DcayenneLogLevel=ERROR