https://github.com/sagemathinc/cocalc
Raw File
Tip revision: cafbf9c900f917c03f764a3722706c174c089f08 authored by William Stein on 03 September 2019, 00:49:40 UTC
try a different approach to fix #4056 -- Edge 18: cocalc doesn't load -- by using a simple regexp
Tip revision: cafbf9c
.travis-test-services.sh
#!/usr/bin/env bash
set -ex

# here we test if the hubs run
export COCALC_PROJECT_ID="cc642cf9-8c3b-4762-a45c-28e4509599de"
$TRAVIS_BUILD_DIR/src/dev/project/start_hub.py test
$TRAVIS_BUILD_DIR/src/dev/project/start_api.py test
$TRAVIS_BUILD_DIR/src/dev/project/start_share.py test
back to top