https://github.com/mishoo/UglifyJS
Raw File
Tip revision: 66e90393502dd47412f390bed1582fbde7e7ce8d authored by Alex Lam S.L on 31 March 2017, 05:28:56 UTC
Merge pull request #1740 from alexlamsl/harmony-v2.8.19
Tip revision: 66e9039
.travis.yml
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
back to top