Browse Source

Missed hidden files

Abdullah Almsaeed 7 years ago
parent
commit
d944fd63d5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .travis.yml

+ 1 - 1
.travis.yml

@@ -18,7 +18,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)
   # Get our repo
-  - rm -rf * && git clone https://github.com/$REPO.git .
+  - cd .. && rm -rf tripal && git clone https://github.com/$REPO.git tripal
   # Travis does a shallow clone so get all branches from origin
   - git config --replace-all remote.origin.fetch +refs/heads/*:refs/remotes/origin/*
   - git pull --all