https://github.com/sagemathinc/cocalc
Raw File
Tip revision: c058a0da71f97e20875ec3cd1b5c9d007b59b43a authored by Harald Schilly on 18 May 2020, 11:49:52 UTC
formatting: fix xml/html, latex and R
Tip revision: c058a0d
.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