add node 8 to .travis.yml

This commit is contained in:
kzc 2017-06-11 01:43:05 -04:00 committed by GitHub
parent 5ef7cb372a
commit ea5bb157fd

View File

@ -4,6 +4,7 @@ node_js:
- "0.12" - "0.12"
- "4" - "4"
- "6" - "6"
- "8"
env: env:
- UGLIFYJS_TEST_ALL=1 - UGLIFYJS_TEST_ALL=1
matrix: matrix: