Skip to content

Commit

Permalink
build(karma): Update Karma packages (angular-ui#6696)
Browse files Browse the repository at this point in the history
* Update Karma packages

Update Karma packages to support later version of Node (v8.11.1)

Add package.lock.json file which comes with NPM v.5.1
https://docs.npmjs.com/files/package-lock.json

* Run travis on node 8

* Bump karma-phantomjs-launcher to 1.0.4

* Let karma use websockets

* Allow minor version updates to packages

Add ~ to some packages to allow minor version updates
  • Loading branch information
m4m4m4 authored and Devin Fields committed Oct 30, 2018
1 parent 563d893 commit 1f1f00b
Show file tree
Hide file tree
Showing 7 changed files with 12,654 additions and 24 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ language: node_js
sudo: false # defaults to sending build to container-based infrastructure on Travis

node_js:
- 6
- 8

notifications:
webhooks:
Expand Down
Loading

0 comments on commit 1f1f00b

Please sign in to comment.