Re-enable node 8 for testing.

This commit is contained in:
Richard Moore 2018-06-24 21:25:38 -04:00
parent df591cfc4c
commit 19475a06f5
No known key found for this signature in database
GPG Key ID: 525F70A6FCABC295

@ -2,13 +2,13 @@ language: node_js
node_js:
- "6"
# - "8"
- "8"
env:
- RUN_PHANTOMJS=0
- RUN_PHANTOMJS=1
#matrix:
# exclude:
# - node_js: "6"
# env: RUN_PHANTOMJS=1
exclude:
- node_js: "6"
env: RUN_PHANTOMJS=1