소스 검색

Add php server isntead of drush

Abdullah Almsaeed 6 년 전
부모
커밋
f723ec4619
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      .travis.yml

+ 1 - 1
.travis.yml

@@ -49,7 +49,7 @@ before_script:
 
 script:
   # Run the drush server
-  - drush runserver 127.0.0.1:8888 &
+  - php -S 127.0.0.1:8888 &
   # Link our repo to the modules directory
   - mv ../tripal sites/all/modules/tripal
   - curl http://127.0.0.1:8888