Переглянути джерело

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

Abdullah Almsaeed 7 роки тому
батько
коміт
2cf50185e8
1 змінених файлів з 1 додано та 1 видалено
  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