Skip to content

Commit

Permalink
Merge ebfc7f7 into 0034ff6
Browse files Browse the repository at this point in the history
  • Loading branch information
merlosy committed Feb 15, 2020
2 parents 0034ff6 + ebfc7f7 commit 32d18d1
Show file tree
Hide file tree
Showing 5 changed files with 8,687 additions and 7,113 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -2,7 +2,7 @@ dist: trusty
sudo: required
language: node_js
node_js:
- '10'
- '12'
cache: npm
os:
- linux
Expand All @@ -20,7 +20,7 @@ before_install:
# Install latest chrome.
- export CHROME_BIN=chromium-browser
install:
- npm install
- npm ci

jobs:
include:
Expand Down
7 changes: 4 additions & 3 deletions angular.json
Expand Up @@ -4,7 +4,7 @@
"newProjectRoot": "projects",
"projects": {
"demo": {
"root": "apps/demo/",
"root": "apps/demo",
"sourceRoot": "apps/demo/src",
"projectType": "application",
"prefix": "app",
Expand Down Expand Up @@ -97,7 +97,8 @@
}
},
"demo-e2e": {
"root": "apps/demo-e2e/",
"root": "apps/demo-e2e",
"sourceRoot": "apps/demo-e2e/src",
"projectType": "application",
"architect": {
"e2e": {
Expand All @@ -120,7 +121,7 @@
}
},
"demo-packaged": {
"root": "apps/demo/",
"root": "apps/demo",
"sourceRoot": "apps/demo/src",
"projectType": "application",
"prefix": "app",
Expand Down

0 comments on commit 32d18d1

Please sign in to comment.