Преглед изворни кода

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