This is done according to http://docs.travis-ci.com/user/migrating-from-legacy/ As far as I know we don't need sudo of any kind, and the performance advantages listed there sound good.
5 lines
50 B
YAML
5 lines
50 B
YAML
language: node_js
|
|
node_js:
|
|
- "0.10"
|
|
sudo: false
|