Vlad Dracula 7 years ago
parent
commit
2e45563ea8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .travis.yml

+ 1 - 1
.travis.yml

@@ -7,7 +7,7 @@ sudo: required
 
 
 script:
-  - git clone https://github.com/tripal/docker-tripal-centos
+  - git clone https://github.com/tripal/docker-tripal-centos  && cd docker-tripal-centos
   - cd tripal-v2 && docker build .  #Aftewards run the container and do stuff with it  - docker run -it -p 8080:80 mingchen0919/docker-tripal-v2 /bin/bash
   - cd ../tripal-v3 && docker build .
   - ls #we'll run tests at this step  # docker exec -it tripal-v3 bash -c 'cd /var/www/html/sites/all/modules/tripal/ &&composer install && ./vendor/bin/phpunit'