https://github.com/mishoo/UglifyJS
Revision 8e595171b9794ea92fea65c1b30d627083064187 authored by Alex Lam S.L on 27 January 2018, 14:56:06 UTC, committed by GitHub on 27 January 2018, 14:56:06 UTC
2 parent s e0461dc + 6973abb
Raw File
Tip revision: 8e595171b9794ea92fea65c1b30d627083064187 authored by Alex Lam S.L on 27 January 2018, 14:56:06 UTC
harmony-v3.3.9
Tip revision: 8e59517
.travis.yml
language: node_js
node_js:
    - "0.10"
    - "0.12"
    - "4"
    - "6"
    - "8"
env:
    - UGLIFYJS_TEST_ALL=1
matrix:
  fast_finish: true
sudo: false
cache:
  directories: tmp
back to top