소스 검색

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 10 년 전
부모
커밋
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"