Revision 4178289c382caf2eb3464390370dd1400a23468a authored by Alex Lam S.L on 24 October 2017, 19:38:11 UTC, committed by GitHub on 24 October 2017, 19:38:11 UTC
1 parent 74ae16f
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