Skip to content

Commit 364b6de

Browse files
author
angularpackage
committed
chore(travis): Trying to test all subfolders.
1 parent 3b1fdf2 commit 364b6de

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.travis.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,11 @@ addons:
22
chrome: stable
33
language: node_js
44
node_js: '6'
5+
env:
6+
- TEST_DIR=packages/change-detection
7+
- TEST_DIR=packages/core
8+
script: cd $TEST_DIR && npm start
59
before_install:
6-
- cd packages/change-detection/
710
- npm config set //registry.npmjs.org/:_authToken=$NPM_TOKEN
811
before_script:
912
- export DISPLAY=:99.0
@@ -21,5 +24,5 @@ deploy:
2124
all_branches: false
2225
branches:
2326
only:
24-
- change-detection
27+
- master
2528
repo: angular-package/angular-package

0 commit comments

Comments
 (0)