Skip to content

Commit

Permalink
BREAKING CHANGE: upgrade angular to 6.0.0-rc.5 (#208)
Browse files Browse the repository at this point in the history
- upgrade angular to 6.0.0-rc.5
- upgrade angular material to 6.0.0-rc.5
- @output() canvasChanged changed to canvasChanged
- Changed prod build to ng-packagr
  • Loading branch information
ronnymikalsen authored and raymondkarstensen committed Apr 18, 2018
1 parent 39aa0de commit 61abe85
Show file tree
Hide file tree
Showing 142 changed files with 12,034 additions and 18,676 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,5 @@ e2e/**/*.js.map
coverage
.idea/
e2e/.tmp
dist.tgz
package-lock.json
8 changes: 3 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,13 @@ sudo: required
language: node_js

node_js:
- "7"
- "9"

os:
- linux

addons:
chrome: stable
jwt:
secure: "D9LsbX3nHLl55MXrXdLv6sJse7vEsUTHyxxxJlLwOxSUrlOLuhyE0DrvUVVvOvNjHbwgenmqdGFtQ8Gsx9q+C1psM/VtMoiEViLkxFzczAlElNqoD5nGM9/988aFzaipzvce13m5CjCaEjdZmUepc3JVgY5jFyW949JVOPLY7lZMu6jJgDXX//xZ6SqCZ+y0GSz/zE7nN8VhMceg7/elLeW63A8mROXGfwe4plssQ3JP6QoxlqBeaS97zRytX6b10oaAddtNpuHG53hIa/ZYGIfLvuVKKhdY3WhuuwF9m4/h+xgMbMjAuj1yoFdQ/2TCeORIV2/osuvkVHqZnmge523+endbnOzkaIb1q67v/t6tJ9gHrTz+8lM6Dj3A9Wj129x1fDsrEJOH74e0q+NvO0Qqz8YXLuwbh2boQYhUsgOhsFZ+MdMONa7+bqNUkX8IYyb1Xfj7WgLcuFn0RhwtTIhLFDwDWOBLhmdcvZPGbU3RrGS4m53wq/ZlMzDpwU8eFT+2s1BpYrnLFrTh9kJrL61KycvJgG7xPgS7g64rLFdtyV0wXVBqZ3XdiVzlARG9XABbCHAePPXJV6ggFPThLkU8ZKlgSc/eOTQY30lSrXj/8ws3+/pzgyzypy0Mm10LwkGmL5pBlQsT4q18l9Aj9WvzBzZbiJPukBgw5Rm9bpU="

env:
global:
Expand All @@ -30,7 +28,7 @@ install:
- npm install -g mountebank
- npm install -g webdriver-manager
- npm install -g protractor
- npm install -g @angular/cli
- npm install -g @angular/cli@v6.0.0-rc.5
- npm install -g concurrently

before_script:
Expand All @@ -45,4 +43,4 @@ before_script:
- chmod +x ./integration/scripts/protractor.sh

script:
- travis_wait 40 ./scripts/ci/build-and-test.sh
- travis_wait 60 ./scripts/ci/build-and-test.sh
273 changes: 0 additions & 273 deletions build.js

This file was deleted.

59 changes: 0 additions & 59 deletions integration/.angular-cli.json

This file was deleted.

10 changes: 4 additions & 6 deletions integration/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -30,15 +30,13 @@
/coverage
/libpeerconnection.log
npm-debug.log
yarn-error.log
testem.log
/typings
/*.tmp
/*.pid

# e2e
/e2e/*.js
/e2e/*.map

# System Files
.DS_Store
Thumbs.db

*.pid
.tmp/
Loading

0 comments on commit 61abe85

Please sign in to comment.