We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3371e52 + bee3720 commit f843cd8Copy full SHA for f843cd8
3 files changed
.travis.yml
@@ -1,9 +1,8 @@
1
language: node_js
2
node_js:
3
- - "4"
4
- "6"
5
- - "7"
6
- "8"
+ - "10"
7
- "stable"
8
sudo: false
9
appveyor.yml
@@ -7,8 +7,9 @@ init:
# Test against these versions of Node.js.
environment:
matrix:
10
- - nodejs_version: "4"
11
- nodejs_version: "6"
+ - nodejs_version: "8"
12
+ - nodejs_version: "10"
13
14
# Install scripts. (runs after repo cloning)
15
install:
package.json
@@ -33,7 +33,7 @@
33
"rsvp": "^4.6.1"
34
},
35
"engines": {
36
- "node": "^4.5 || 6.* || >= 7.*"
+ "node": "6.* || 8.* || >= 10.*"
37
38
"scripts": {
39
"test": "node_modules/.bin/mocha"
0 commit comments