Skip to content

Commit

Permalink
fix travis and exclude app shell from ngc
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffbcross committed Oct 5, 2016
1 parent 3b74fee commit 0d98b22
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@ matrix:
- node_js: "6"
os: linux
env: NODE_SCRIPT=tests/e2e_runner.js
- node_js: "6"
os: linux
env: TARGET=mobile NODE_SCRIPT="tests/e2e_runner.js"
- node_js: "4"
os: osx
env: SCRIPT=test
Expand All @@ -47,9 +50,6 @@ matrix:
- node_js: "6"
os: osx
env: NODE_SCRIPT=tests/e2e_runner.js
- node_js: "6"
os: osx
env: TARGET=mobile NODE_SCRIPT="tests/e2e_runner.js"
- node_js: "6"
os: osx
env: TARGET=mobile NODE_SCRIPT="tests/e2e_runner.js --nightly"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,8 @@
"typeRoots": [
"../node_modules/@types"
]
}
}<% if (isMobile) { %>,
"exclude": [
"main-app-shell.ts"
]<% } %>
}

0 comments on commit 0d98b22

Please sign in to comment.