https://github.com/sagemathinc/cocalc
Raw File
Tip revision: 961d02a42ffa0e0fc22086edb1d4a174ab00813b authored by Harald Schilly on 28 April 2020, 15:58:07 UTC
hotfix to make manage compile again
Tip revision: 961d02a
.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