Skip to content

Commit fdc6107

Browse files
committed
Configuring travis with NodeJS 8+.
1 parent 68ae3e8 commit fdc6107

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.travis.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@ git:
44
matrix:
55
fast_finish: true
66
include:
7-
- node_js: 6.12.3
8-
- node_js: 6
9-
- node_js: 7
107
- node_js: 8
118
- node_js: 9
129
- node_js: 10

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ NodeJS library for Mastercard API compliant payload encryption/decryption.
2222

2323
### Compatibility <a name="compatibility"></a>
2424

25-
Node 6.12.3+
25+
NodeJS 8+
2626

2727
There shouldn't be any Node compatibility issues with this package, but it's a good idea to keep your Node versions up-to-date. It is recommended that you use one of the LTS Node.js releases, or one of the more general recent releases. A Node version manager such as nvm (Mac and Linux) or nvm-windows is a good way to stay on top of this.
2828

0 commit comments

Comments
 (0)