Sfoglia il codice sorgente

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 anni fa
parent
commit
f028e428be
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      .travis.yml

+ 1 - 0
.travis.yml

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