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

Commit c8feade

Browse files
authoredJul 17, 2019
Merge pull request #210 from elpddev/chore/align-node-support-same-as-karma
Chore/align node support same as karma - fix current failing CI
2 parents 6c63662 + ea076c0 commit c8feade

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed
 

‎.travis.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
sudo: false
22
language: node_js
33
node_js:
4-
- stable
5-
- 4
6-
- '0.10'
4+
- 8
5+
- 10
76

87
before_install:
98
- npm install -g npm

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"karma-sinon": "^1.0.3",
4646
"load-grunt-tasks": "^3.2.0",
4747
"mocha": "^3.0.0",
48-
"mock-fs": "^3.12.1",
48+
"mock-fs": "^4.10.1",
4949
"shared-karma-files": "git://github.com/karma-runner/shared-karma-files.git#82ae8d02",
5050
"sinon": "^1.17.2"
5151
},

0 commit comments

Comments
 (0)
This repository has been archived.