Compare commits
2 Commits
develop
...
backend-te
Author | SHA1 | Date |
---|---|---|
John McLear | 23c2c4340b | |
John McLear | 5bfb8f45a7 |
|
@ -28,6 +28,7 @@ jobs:
|
||||||
include:
|
include:
|
||||||
- name: "Run the Backend tests"
|
- name: "Run the Backend tests"
|
||||||
install:
|
install:
|
||||||
|
- "bin/installDeps.sh"
|
||||||
- "cd src && npm install && cd -"
|
- "cd src && npm install && cd -"
|
||||||
script:
|
script:
|
||||||
- "tests/frontend/travis/runnerBackend.sh"
|
- "tests/frontend/travis/runnerBackend.sh"
|
||||||
|
|
|
@ -29,7 +29,7 @@ echo "Now I will try for 15 seconds to connect to Etherpad on http://localhost:9
|
||||||
echo "Successfully connected to Etherpad on http://localhost:9001"
|
echo "Successfully connected to Etherpad on http://localhost:9001"
|
||||||
|
|
||||||
# Build the minified files?
|
# Build the minified files?
|
||||||
curl http://localhost:9001/p/minifyme -f -s
|
curl http://localhost:9001/p/minifyme -f -s > /dev/null
|
||||||
|
|
||||||
# just in case, let's wait for another 10 seconds before going on
|
# just in case, let's wait for another 10 seconds before going on
|
||||||
sleep 10
|
sleep 10
|
||||||
|
|
Loading…
Reference in New Issue