- mention performance anomaly in Node 7 and drop from CI - remove unused npm "scripts" - mark browserify dependency as optional - stop `test/mozilla-ast.js` from spamming console output in later versions of Node.js
13 lines
181 B
YAML
13 lines
181 B
YAML
language: node_js
|
|
before_install: "npm install -g npm"
|
|
node_js:
|
|
- "0.10"
|
|
- "0.12"
|
|
- "4"
|
|
- "6"
|
|
env:
|
|
- UGLIFYJS_TEST_ALL=1
|
|
matrix:
|
|
fast_finish: true
|
|
sudo: false
|