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.
1 parent cf70856 commit 8dd78d6Copy full SHA for 8dd78d6
.travis.yml
@@ -4,6 +4,14 @@ node_js:
4
- "4"
5
- "6"
6
- "8"
7
+ - "10"
8
+ - "12"
9
+
10
+matrix:
11
+ allow_failures:
12
+ - node_js: "4"
13
+ - node_js: "6"
14
+ - node_js: "8"
15
16
before_install:
17
# execute all of the commands which need to be executed
README.md
@@ -5,7 +5,7 @@
## Requirements
-* Node.js version 4.8.4 or higher
+* Node.js version 10.0.0 or higher
* An Authorize.Net account (see _Registration & Configuration_ section below)
### Contribution
0 commit comments