Przeglądaj źródła

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

Abdullah Almsaeed 7 lat temu
rodzic
commit
2cf50185e8
1 zmienionych plików z 1 dodań i 1 usunięć
  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