https://github.com/sagemathinc/cocalc
Raw File
Tip revision: ffba6638deae0a578ef0d0c1844193afa65349d8 authored by William Stein on 29 October 2019, 23:52:37 UTC
codeframe: split actions into frame_tree_actions and editor_actions (of course this is the most minimal possible split for now)
Tip revision: ffba663
.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