Repository: cayenne Updated Branches: refs/heads/master bcbec5159 -> b31702618
Fix travis "No output has been received" failure Project: http://git-wip-us.apache.org/repos/asf/cayenne/repo Commit: http://git-wip-us.apache.org/repos/asf/cayenne/commit/b3170261 Tree: http://git-wip-us.apache.org/repos/asf/cayenne/tree/b3170261 Diff: http://git-wip-us.apache.org/repos/asf/cayenne/diff/b3170261 Branch: refs/heads/master Commit: b3170261823f5a9a74574852a4d98f0db57b6643 Parents: bcbec51 Author: Nikita Timofeev <stari...@gmail.com> Authored: Tue May 8 14:39:02 2018 +0300 Committer: Nikita Timofeev <stari...@gmail.com> Committed: Tue May 8 14:39:02 2018 +0300 ---------------------------------------------------------------------- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cayenne/blob/b3170261/.travis.yml ---------------------------------------------------------------------- diff --git a/.travis.yml b/.travis.yml index 6b059f0..a8b98b4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -37,7 +37,7 @@ jdk: - oraclejdk9 script: - - mvn verify -q -DcayenneTestConnection=$DB_PROFILE -DcayenneLogLevel=ERROR + - travis_wait mvn verify -q -DcayenneTestConnection=$DB_PROFILE -DcayenneLogLevel=ERROR # prevent Travis from unneeded "mvn install" run install: /bin/true