https://github.com/mishoo/UglifyJS
Revision 0a79496e0a2b0fb7739fc757e4e33d652694a6b5 authored by Alex Lam S.L on 26 April 2018, 07:02:17 UTC, committed by GitHub on 26 April 2018, 07:02:17 UTC
1 parent 9e87edf
Raw File
Tip revision: 0a79496e0a2b0fb7739fc757e4e33d652694a6b5 authored by Alex Lam S.L on 26 April 2018, 07:02:17 UTC
workaround stack overflow in ChakraCore (#3101)
Tip revision: 0a79496
.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