소스 검색

Add a curl command to test

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

+ 1 - 0
.travis.yml

@@ -51,6 +51,7 @@ before_script:
 script:
   # Link our repo to the modules directory
   - mv ../tripal sites/all/modules/tripal
+  - curl http://localhost:8080
 
   # Run a docker container with tripal 2 pre-installed
   - docker run -it -d --rm --name tripal2 -v "$(pwd)/tripal":/modules/tripal statonlab/tripal2