Browse Source

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 years ago
parent
commit
f028e428be
1 changed files with 1 additions and 0 deletions
  1. 1 0
      .travis.yml

+ 1 - 0
.travis.yml

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