浏览代码

Switch to container-based builds on Travis CI.

We do not need "sudo" anyway.
See http://docs.travis-ci.com/user/migrating-from-legacy/ for details.
Daniele Alessandri 9 年之前
父节点
当前提交
f028e428be
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      .travis.yml

+ 1 - 0
.travis.yml

@@ -1,4 +1,5 @@
 language: php
+sudo: false
 php:
   - 5.3
   - 5.4