Skip to content

Commit

Permalink
Check for Plunker Token instead
Browse files Browse the repository at this point in the history
  • Loading branch information
devversion committed Jul 27, 2016
1 parent 70b419e commit b4b779f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/ci/build-and-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@ elif is_extract_metadata; then
./node_modules/.bin/tsc -p ./src/demo-app/
./node_modules/.bin/ngc -p ./src/demo-app/
elif is_plunker; then
if [ "${TRAVIS_PULL_REQUEST}" = "false" ]; then
# Only update the plunker when the firebase access token is available.
if [ "$MATERIAL2_PLNKR_TOKEN" = "false" ]; then
npm run update-plunker
fi
else
Expand Down

0 comments on commit b4b779f

Please sign in to comment.