https://github.com/sagemathinc/cocalc
Raw File
Tip revision: 8a9fc280f3070b9dbe9827b746996d703a64152f authored by Harald Schilly on 22 November 2019, 10:26:01 UTC
webapp/jupyter: change r_misc to an "import"
Tip revision: 8a9fc28
.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