Revision 6982a0554c875c55de7dfddd71f29d3b765d3979 authored by Alex Lam S.L on 31 March 2018, 04:13:45 UTC, committed by GitHub on 31 March 2018, 04:13:45 UTC
1 parent fa32501
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