瀏覽代碼

Use Travis container-based infrastructure

This option add a few restrictions (in particular `sudo` is disabled)
but makes the process quicker to start and to execute.
Maxime Quandalle 9 年之前
父節點
當前提交
cd9a1094ea
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      .travis.yml

+ 1 - 0
.travis.yml

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