Skip to content

Commit 8dd78d6

Browse files
committed
Upgraded node version
1 parent cf70856 commit 8dd78d6

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

.travis.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@ node_js:
44
- "4"
55
- "6"
66
- "8"
7+
- "10"
8+
- "12"
9+
10+
matrix:
11+
allow_failures:
12+
- node_js: "4"
13+
- node_js: "6"
14+
- node_js: "8"
715

816
before_install:
917
# execute all of the commands which need to be executed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66

77
## Requirements
8-
* Node.js version 4.8.4 or higher
8+
* Node.js version 10.0.0 or higher
99
* An Authorize.Net account (see _Registration & Configuration_ section below)
1010

1111
### Contribution

0 commit comments

Comments
 (0)