Skip to content

Commit ff44ff1

Browse files
youdlyHainish
authored andcommitted
Use latest stable node in travis (EFForg#17071)
1 parent 6d73a79 commit ff44ff1

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ matrix:
1515
- "node"
1616
- env: TEST="unittests"
1717
language: node_js
18-
node_js: 9
18+
node_js:
19+
- "node"
1920
- env: TEST="validations"
2021
- env: TEST="fetch"
2122
- env: TEST="preloaded"

chromium/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"fetch-mock": "^6.3.0",
1313
"mocha": "^4.1.0",
1414
"nan": "^2.10.0",
15-
"node-webcrypto-ossl": "^1.0.36",
15+
"node-webcrypto-ossl": "^1.0.37",
1616
"nyc": "^11.6.0",
1717
"sinon": "^4.4.8",
1818
"sinon-chrome": "^2.3.1",

0 commit comments

Comments
 (0)