aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
blob: cdee43015237ebf1b018ac4ae064ee5a9e5f1f6e (about) (plain)
1
2
3
4
5
6
7
8
9
10
11
language: node_js
node_js:
    - "0.10"
    - "0.12"
    - "4"
    - "6"
env:
    - UGLIFYJS_TEST_ALL=1
matrix:
  fast_finish: true
sudo: false