Add 'sudo: false' to upgrade to new Travis infrastructure
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.
This commit is contained in:
@@ -1,3 +1,4 @@
|
|||||||
language: node_js
|
language: node_js
|
||||||
node_js:
|
node_js:
|
||||||
- "0.10"
|
- "0.10"
|
||||||
|
sudo: false
|
||||||
|
|||||||
Reference in New Issue
Block a user