We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a72c3f7 commit fc6f869Copy full SHA for fc6f869
.travis.yml
@@ -40,8 +40,9 @@ install:
40
41
script:
42
- yarn run build
43
- - ./node_modules/.bin/karma start --single-run --browsers ChromeHeadlessTravis --reporters mocha
44
- # Run integration test to make sure our typings are correct for user-land.
45
- - node tools/run-typings-test.js
46
- # Run the ng6 build test
47
- - cd test/ng-build/ng6 && yarn && yarn build:prod
+ - |
+ ./node_modules/.bin/karma start --single-run --browsers ChromeHeadlessTravis --reporters mocha &&
+ yarn test:node &&
+ node tools/run-typings-test.js &&
+ cd test/ng-build/ng6 &&
48
+ yarn && yarn build:prod
0 commit comments