Files
angular-docs-cn/scripts/ci/test-docs.sh
T

14 lines
282 B
Bash
Raw Normal View History

2017-01-25 22:27:05 +00:00
#!/usr/bin/env bash
set -u -e -o pipefail
2017-01-25 22:27:05 +00:00
# Setup environment
source ${TRAVIS_BUILD_DIR}/scripts/ci-lite/_travis_fold.sh
source ${TRAVIS_BUILD_DIR}/scripts/ci-lite/env.sh
2017-01-25 22:27:05 +00:00
travisFoldStart "test.docs"
cd ${PROJECT_ROOT}/aio
$(npm bin)/gulp docs-test
travisFoldEnd "test.docs"