diff options
author | Alex Lam S.L <alexlamsl@gmail.com> | 2017-03-23 01:31:46 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-03-23 01:31:46 +0800 |
commit | ee95c1b38bcf0fbb6c676e98540c1d33f669e936 (patch) | |
tree | 3523e97d9495b0259cd0c82274eecd36f3020158 /.travis.yml | |
parent | 4bceb85cbfa2c944fb97bb3baaa403b266d075c6 (diff) | |
download | tracifyjs-ee95c1b38bcf0fbb6c676e98540c1d33f669e936.tar.gz tracifyjs-ee95c1b38bcf0fbb6c676e98540c1d33f669e936.zip |
metadata cleanup (#1630)
- 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
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index b2aef3dc..06929a34 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,6 @@ node_js: - "0.12" - "4" - "6" - - "7" env: - UGLIFYJS_TEST_ALL=1 matrix: |