UglifyJS/.travis.yml
alexlamsl bcd2a0b21a add Node.js 8 to Travis CI
- explicitly terminate `test/jetstream.js` upon completion
- log verbose output from `test/benchmark.js` & `test/jetstream.js`
- remove obsolete workaround for Travis CI
2017-06-13 05:10:20 +08:00

13 lines
154 B
YAML

language: node_js
node_js:
- "0.10"
- "0.12"
- "4"
- "6"
- "8"
env:
- UGLIFYJS_TEST_ALL=1
matrix:
fast_finish: true
sudo: false