https://github.com/mishoo/UglifyJS
Revision debc525fa117438d4971df3790f9f476fed65858 authored by Richard van Velzen on 20 June 2016, 14:57:40 UTC, committed by Richard van Velzen on 01 July 2016, 07:46:05 UTC
1 parent 5576e27
Raw File
Tip revision: debc525fa117438d4971df3790f9f476fed65858 authored by Richard van Velzen on 20 June 2016, 14:57:40 UTC
Introduce a test that tests the --self build
Tip revision: debc525
.travis.yml
language: node_js
before_install: "npm install -g npm"
node_js:
    - "0.12"
    - "0.10"
    - "4"
    - "6"
matrix:
  fast_finish: true
sudo: false
back to top