chore: fix api docs issue on angular 2.0.0 (#2365)
This commit is contained in:
parent
b9826c8ddf
commit
d4b22ec8e6
|
@ -10,7 +10,8 @@ env:
|
|||
- DBUS_SESSION_BUS_ADDRESS=/dev/null
|
||||
- DISPLAY=:99.0
|
||||
- CHROME_BIN=chromium-browser
|
||||
- LATEST_RELEASE=2.0.0
|
||||
# using SHA instead of version to fix build-compile issue
|
||||
- LATEST_RELEASE=cfc12c653970c9ad6d807a6a8ebff58edbc568a0
|
||||
- TASK_FLAGS="--dgeni-log=warn"
|
||||
matrix:
|
||||
- TASK=lint
|
||||
|
|
|
@ -10,7 +10,8 @@ else
|
|||
travis_fold start install.ng2
|
||||
echo GETTING Angular2 from GitHub ...
|
||||
set -x
|
||||
git clone https://github.com/angular/angular.git --branch $LATEST_RELEASE $NG2_REPO
|
||||
git clone https://github.com/angular/angular.git $NG2_REPO
|
||||
git -C $NG2_REPO checkout $LATEST_RELEASE
|
||||
set +x
|
||||
travis_fold end install.ng2
|
||||
fi
|
||||
|
|
Loading…
Reference in New Issue