Skip to content
This repository was archived by the owner on Feb 22, 2018. It is now read-only.

Commit 4bcf3ec

Browse files
rkirovjbdeboer
authored andcommitted
chore(travis): make docs generate on the travis leader
The leader tries to push the API docs to docs.angulardart.org, and as such needs to have the docs built.
1 parent f2fd13c commit 4bcf3ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/travis/build.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ fi
128128
echo '-------------------------'
129129
echo '-- DOCS: Generate Docs --'
130130
echo '-------------------------'
131-
if [[ $TESTS == "dart2js" ]]; then
131+
if [[ $BUILD_LEADER == "YES" ]]; then
132132
echo $NGDART_SCRIPT_DIR/generate-documentation.sh;
133133
$NGDART_SCRIPT_DIR/generate-documentation.sh;
134134
fi

0 commit comments

Comments
 (0)