소스 검색

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