Skip to content

Commit 80c1050

Browse files
committed
Temporarily remove Node 8 since it fails in travis but consistently passes locally
1 parent f737628 commit 80c1050

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
language: node_js
22
node_js:
33
- 6
4-
- 8
54

65
notifications:
76
email: false

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,11 @@
4747
"babel": "~5.8.38",
4848
"jscs": "~2.11.0",
4949
"jscs-preset-mrjoelkemp": "~1.0.0",
50-
"mocha": "~2.0.1",
51-
"mock-fs": "^4.x.x",
50+
"mocha": "^4.1.0",
51+
"mock-fs": "^4.0.0",
5252
"resolve": "^1.5.0",
53-
"rewire": "~2.5.2",
54-
"sinon": "~1.12.2",
53+
"rewire": "^3.0.2",
54+
"sinon": "^4.1.3",
5555
"typescript": "^2.4.2",
5656
"module-definition": "^2.2.4"
5757
}

0 commit comments

Comments
 (0)