Revision c3f14a1481efc0ec381370fefafcf66c4b68d94b authored by Alex Lam S.L on 27 May 2017, 10:08:09 UTC, committed by GitHub on 27 May 2017, 10:08:09 UTC
1 parent 7b13159
Raw File
.travis.yml
language: node_js
node_js:
    - "0.10"
    - "0.12"
    - "4"
    - "6"
env:
    - UGLIFYJS_TEST_ALL=1
matrix:
  fast_finish: true
sudo: false
back to top