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.
This commit is contained in:
Daniele Alessandri
2015-07-23 12:15:14 +02:00
parent c13b82557d
commit f028e428be
+1
View File
@@ -1,4 +1,5 @@
language: php
sudo: false
php:
- 5.3
- 5.4