We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5085373 commit 840145dCopy full SHA for 840145d
.travis.yml
@@ -1,13 +1,14 @@
1
language: node_js
2
sudo: false
3
node_js:
4
- - '8'
5
- - '10'
+ - "8"
+ - "10"
6
+ - "12"
7
git:
8
depth: 1
9
matrix:
10
include:
- - node_js: node
11
+ - node_js: "12"
12
env: BROWSERS=1
13
cache:
14
directories:
package.json
@@ -40,5 +40,8 @@
40
"files": [
41
"lib/"
42
],
43
- "browser": "./lib/browser.js"
+ "browser": "./lib/browser.js",
44
+ "engines": {
45
+ "node": ">=8.0.0"
46
+ }
47
}
0 commit comments