diff --git a/.travis.yml b/.travis.yml index 82ec939c..4ca5cafc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,5 @@ language: node_js script: "npm run unit" node_js: - - "0.10" \ No newline at end of file + - "0.10" +sudo: false \ No newline at end of file