Browse Source

Instead of using symbolic links, move the tripal dir into our drupal setup

Abdullah Almsaeed 6 years ago
parent
commit
2cf50185e8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .travis.yml

+ 1 - 1
.travis.yml

@@ -51,7 +51,7 @@ before_script:
 script:
   # Link our repo to the modules directory
   - cd sites/all/modules
-  - ln -s ../../../../tripal tripal
+  - mv ../../../../tripal tripal
   - cd ../../../
 
   # Apply patches