Skip to content
This repository was archived by the owner on Dec 4, 2017. It is now read-only.

Commit ac6121b

Browse files
Foxandxssfilipesilva
authored andcommitted
chore: update travis for new builds syntax (#3022)
1 parent e4eb755 commit ac6121b

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

scripts/examples-install-preview.sh

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,5 @@
22

33
set -ex -o pipefail
44

5-
PREFIX=2.0.0-
6-
7-
if [ "$PREVIEW_BRANCH" != "master" ]; then
8-
PREVIEW_BRANCH=$PREFIX$(git ls-remote https://github.com/angular/angular | grep $LATEST_RELEASE_BRANCH)
9-
PREVIEW_BRANCH=${PREVIEW_BRANCH:0:13}
10-
fi
11-
125
./scripts/examples-install.sh
136
(cd public/docs/_examples && npm install angular/{core,common,compiler,platform-browser,platform-browser-dynamic,http,forms,router,upgrade}-builds#$PREVIEW_BRANCH --no-optional)

0 commit comments

Comments
 (0)