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"
- "4"
- "6"
- "8"
env:
- UGLIFYJS_TEST_ALL=1
matrix: