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 65f0f47 + 85940d9 commit c913d93Copy full SHA for c913d93
.travis.yml
@@ -1,6 +1,8 @@
1
language: node_js
2
node_js:
3
- 'stable'
4
+ - '10'
5
+ - '9'
6
- '8'
7
- '6'
8
- '4'
package.json
@@ -28,7 +28,7 @@
28
},
29
"license": "MIT",
30
"devDependencies": {
31
- "airtap": "0.0.6",
+ "airtap": "~0.1.0",
32
"is-async-supported": "~1.2.0",
33
"run-series": "~1.1.4",
34
"tape": "~4.9.0"
0 commit comments