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:
Amir E. Aharoni
2015-08-04 17:29:53 +03:00
parent 5f35b1805e
commit aeea1211fb

View File

@@ -1,3 +1,4 @@
language: node_js
node_js:
- "0.10"
sudo: false