2
0
mirror of synced 2025-02-24 12:08:10 +00:00

Added node 10 to Travis CI testing.

This commit is contained in:
Richard Moore 2018-06-24 21:43:29 -04:00
parent 0b8b682fee
commit 40559b7044
No known key found for this signature in database
GPG Key ID: 525F70A6FCABC295

View File

@ -3,6 +3,7 @@ language: node_js
node_js:
- "6"
- "8"
- "10"
env:
- RUN_PHANTOMJS=0
@ -12,3 +13,5 @@ matrix:
exclude:
- node_js: "6"
env: RUN_PHANTOMJS=1
- node_js: "10"
env: RUN_PHANTOMJS=1