Browse Source

Add a curl command to test

Abdullah Almsaeed 6 years ago
parent
commit
b3eb1b9671
1 changed files with 1 additions and 0 deletions
  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