Revision b16dd8ef198703a08decc1a580742d0f644e6826 authored by John Jeng on 23 April 2019, 20:19:46 UTC, committed by John Jeng on 23 April 2019, 20:19:46 UTC
1 parent e2bd7d7
Raw File
.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