Revision ae67a4985073dcdaa2788c86e576202923514e0d authored by kzc on 25 October 2017, 06:03:43 UTC, committed by Alex Lam S.L on 25 October 2017, 06:03:43 UTC
1 parent 4178289
Raw File
.travis.yml
language: node_js
node_js:
    - "0.10"
    - "0.12"
    - "4"
    - "6"
    - "8"
env:
    - UGLIFYJS_TEST_ALL=1
matrix:
  fast_finish: true
sudo: false
cache:
  directories: tmp
back to top