Files
UglifyJS/.travis.yml
Jordan Harband 763bd36b60 Test on latest node and io.js
Per 0262b4244c - if you're going to stop testing on 0.8, you should be testing on 0.12.

Also allow failures on unstable nodes and "older than two latest" `io.js` versions, and enable "sudo: false" which makes tests run faster.
2015-04-14 20:06:09 +02:00

11 lines
156 B
YAML

language: node_js
before_install: "npm install -g npm"
node_js:
- "iojs"
- "0.12"
- "0.11"
- "0.10"
matrix:
fast_finish: true
sudo: false