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

Commit d4b22ec

Browse files
authored
chore: fix api docs issue on angular 2.0.0 (#2365)
1 parent b9826c8 commit d4b22ec

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ env:
1010
- DBUS_SESSION_BUS_ADDRESS=/dev/null
1111
- DISPLAY=:99.0
1212
- CHROME_BIN=chromium-browser
13-
- LATEST_RELEASE=2.0.0
13+
# using SHA instead of version to fix build-compile issue
14+
- LATEST_RELEASE=cfc12c653970c9ad6d807a6a8ebff58edbc568a0
1415
- TASK_FLAGS="--dgeni-log=warn"
1516
matrix:
1617
- TASK=lint

scripts/deploy-install.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ else
1010
travis_fold start install.ng2
1111
echo GETTING Angular2 from GitHub ...
1212
set -x
13-
git clone https://github.com/angular/angular.git --branch $LATEST_RELEASE $NG2_REPO
13+
git clone https://github.com/angular/angular.git $NG2_REPO
14+
git -C $NG2_REPO checkout $LATEST_RELEASE
1415
set +x
1516
travis_fold end install.ng2
1617
fi

0 commit comments

Comments
 (0)