Revision 76d19b60ad5f6c7191eece8f8d224bdf4d920599 authored by Alex Lam S.L on 23 April 2017, 19:15:03 UTC, committed by GitHub on 23 April 2017, 19:15:03 UTC
- forbid redeclaration of `this`
- suppress probability for `this` within nested functions
1 parent 9e62628
Raw File
.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