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

Commit 364c836

Browse files
committed
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 e22a456 commit 364c836

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/travis/build.sh

Lines changed: 1 addition & 1 deletion
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)