Skip to content

Commit 42fe638

Browse files
committed
test: pin bootstrap version in e2e test
Related to angular#9020, https://travis-ci.org/angular/angular-cli/jobs/322676874#L3792
1 parent 2389310 commit 42fe638

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/e2e/tests/third-party/bootstrap.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import {oneLineTrim} from 'common-tags';
66

77
export default function() {
88
return Promise.resolve()
9-
.then(() => silentNpm('install', 'bootstrap@next'))
9+
.then(() => silentNpm('install', 'bootstrap@4.0.0-beta.2'))
1010
.then(() => updateJsonFile('.angular-cli.json', configJson => {
1111
const app = configJson['apps'][0];
1212
app['styles'].push('../node_modules/bootstrap/dist/css/bootstrap.css');

0 commit comments

Comments
 (0)