Skip to content

Commit fc6f869

Browse files
committed
Add node tests to travis
1 parent a72c3f7 commit fc6f869

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

.travis.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,9 @@ install:
4040
4141
script:
4242
- 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
43+
- |
44+
./node_modules/.bin/karma start --single-run --browsers ChromeHeadlessTravis --reporters mocha &&
45+
yarn test:node &&
46+
node tools/run-typings-test.js &&
47+
cd test/ng-build/ng6 &&
48+
yarn && yarn build:prod

0 commit comments

Comments
 (0)