Skip to content
This repository has been archived by the owner on Dec 28, 2023. It is now read-only.

Commit

Permalink
Merge pull request #210 from elpddev/chore/align-node-support-same-as…
Browse files Browse the repository at this point in the history
…-karma

Chore/align node support same as karma - fix current failing CI
  • Loading branch information
johnjbarton committed Jul 17, 2019
2 parents 6c63662 + ea076c0 commit c8feade
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
@@ -1,9 +1,8 @@
sudo: false
language: node_js
node_js:
- stable
- 4
- '0.10'
- 8
- 10

before_install:
- npm install -g npm
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -45,7 +45,7 @@
"karma-sinon": "^1.0.3",
"load-grunt-tasks": "^3.2.0",
"mocha": "^3.0.0",
"mock-fs": "^3.12.1",
"mock-fs": "^4.10.1",
"shared-karma-files": "git://github.com/karma-runner/shared-karma-files.git#82ae8d02",
"sinon": "^1.17.2"
},
Expand Down

0 comments on commit c8feade

Please sign in to comment.