Revision 98cf95e5b5590cd2ecec9fb957f39bc2907c61eb authored by Alex Lam S.L on 06 May 2017, 18:56:02 UTC, committed by GitHub on 06 May 2017, 18:56:02 UTC
1 parent 7313465
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