We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d78708c + 7edd3e8 commit 0ca16cdCopy full SHA for 0ca16cd
2 files changed
.travis.yml
@@ -1,13 +1,8 @@
1
sudo: false
2
language: node_js
3
node_js:
4
+ - "10"
5
+ - "8"
6
- "6"
- - "5"
- - "4"
7
- - "3"
8
- - "2"
9
- - "1"
10
- - "0.12"
11
- - "0.10"
12
before_install:
13
- "npm install npm -g"
package.json
@@ -37,7 +37,7 @@
37
"pre-commit": "^1.1.2"
38
},
39
"dependencies": {
40
- "cacheman-memory": "^1.0.2",
+ "cacheman-memory": "^1.1.0",
41
"ms": "^0.7.1"
42
}
43
0 commit comments