Parcourir la source

Lets take a look in the dir

Abdullah Almsaeed il y a 7 ans
Parent
commit
50abc3c30a
1 fichiers modifiés avec 1 ajouts et 6 suppressions
  1. 1 6
      .travis.yml

+ 1 - 6
.travis.yml

@@ -5,11 +5,6 @@ services:
 
 sudo: required
 
-branches:
-  only:
-  - 7.x-3.x
-  - travis_integration
-
 before_script:
   - docker pull statonlab/drupal7
 
@@ -18,7 +13,7 @@ script:
   - export REPO=$(if [ "$TRAVIS_PULL_REQUEST" == "false" ]; then echo $TRAVIS_REPO_SLUG; else echo $TRAVIS_PULL_REQUEST_SLUG; fi)
   - export BRANCH=$(if [ "$TRAVIS_PULL_REQUEST" == "false" ]; then echo $TRAVIS_BRANCH; else echo $TRAVIS_PULL_REQUEST_BRANCH; fi)
   #  Travis does a shallow clone and we need a full clone to test Tripal v2 to v3 upgrade
-  - cd .. && rm -rf tripal && git clone https://github.com/$REPO.git tripal && cd tripal
+  - cd .. && rm -rf tripal && git clone https://github.com/$REPO.git tripal && cd tripal && ls -la
   # Test tripal 3 installation
   - docker run -it -d --rm --name tripal3 -v "$(pwd)":/modules/tripal statonlab/drupal7
   - sleep 10