소스 검색

Add sudo:false to travis so that containers are used.

http://docs.travis-ci.com/user/migrating-from-legacy/?utm_source=legacy-notice&utm_medium=banner&utm_campaign=legacy-upgrade
JC Brand 10 년 전
부모
커밋
8ab0d7e8b7
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      .travis.yml

+ 1 - 0
.travis.yml

@@ -3,3 +3,4 @@ node_js:
  - "0.10"
 before_script: make dev
 script: make check
+sudo: false