Skip to content

Commit 265995a

Browse files
committed
Stop testing Node.js v4.2 at Travis since ESLint does not run on it anymore
1 parent a69aa74 commit 265995a

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
sudo: false
22
language: node_js
33
node_js:
4-
- "4.2"
54
- "6"
65
- "8"
76
cache:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ A [Grunt](http://gruntjs.com/) task to run your [Jasmine](http://jasmine.github.
1212
feature suite using [jasmine-npm](https://github.com/jasmine/jasmine-npm)
1313
and [Istanbul](https://github.com/gotwarlost/istanbul) for code coverage reports.
1414

15-
The minimum supported Node.js version is `4.2.0` (LTS), and while works also in `0.10.x`, no quarantees are given.
15+
The minimum supported Node.js version is `4.2.0` (LTS), and while works also in `0.10.x`, no guarantees are given. Also note that Node.js versions prior to 6 are not tested.
1616

1717
## Getting Started
1818

0 commit comments

Comments
 (0)