You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@chemistry.apache.org by lm...@apache.org on 2018/07/29 16:52:05 UTC

svn commit: r1836988 - /chemistry/cmislib/branches/py3_compat/.travis.yml

Author: lmignon
Date: Sun Jul 29 16:52:05 2018
New Revision: 1836988

URL: http://svn.apache.org/viewvc?rev=1836988&view=rev
Log:
[FIX] travis: travis_wait docker compose

Modified:
    chemistry/cmislib/branches/py3_compat/.travis.yml

Modified: chemistry/cmislib/branches/py3_compat/.travis.yml
URL: http://svn.apache.org/viewvc/chemistry/cmislib/branches/py3_compat/.travis.yml?rev=1836988&r1=1836987&r2=1836988&view=diff
==============================================================================
--- chemistry/cmislib/branches/py3_compat/.travis.yml (original)
+++ chemistry/cmislib/branches/py3_compat/.travis.yml Sun Jul 29 16:52:05 2018
@@ -19,7 +19,8 @@ install:
 before_script:
   # install alfresco
   - git clone https://github.com/keensoft/alfresco-docker-template
-  - cd alfresco-docker-template/templates/201702-GA && docker-compose up -d
+  - cd alfresco-docker-template/templates/201702-GA
+  - travis_wait docker-compose up -d
   - cd $TRAVIS_BUILD_DIR
   # wait alfresco startup complete
   - until $(curl -sSf http://localhost/alfresco  -o /dev/null); do sleep 5 ; done