Revision 69b566365303583ab7fa0e89288b86dbebc5c676 authored by Alex Lam S.L on 01 May 2017, 17:42:29 UTC, committed by GitHub on 01 May 2017, 17:42:29 UTC
1 parent ea92897
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