https://github.com/mishoo/UglifyJS
Raw File
Tip revision: e5e0ce0b42307fe7d535376c39caa02d5d823fe2 authored by Alex Lam S.L on 27 May 2017, 16:08:08 UTC
Merge pull request #2014 from alexlamsl/harmony-v3.0.12
Tip revision: e5e0ce0
.travis.yml
language: node_js
node_js:
    - "0.10"
    - "0.12"
    - "4"
    - "6"
env:
    - UGLIFYJS_TEST_ALL=1
matrix:
  fast_finish: true
sudo: false
back to top