Quellcode durchsuchen

Add a curl command to test

Abdullah Almsaeed vor 6 Jahren
Ursprung
Commit
b3eb1b9671
1 geänderte Dateien mit 1 neuen und 0 gelöschten Zeilen
  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