summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Farina <[email protected]>2015-02-05 21:38:33 -0800
committerMatt Farina <[email protected]>2015-02-05 21:38:33 -0800
commitfe08bf22622796e930b67252bbd15c55f195674b (patch)
treef9b66c2efcd3c68297428d81bf285369a0c2834b
parent2fe47686bd38285eb21b7c4834026b3cb85f8d47 (diff)
Setting travis-ci to use containers for testing instead of VMs.
-rw-r--r--.travis.yml8
1 files changed, 7 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 8faf692..5b31d71 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,6 +1,12 @@
language: php
-php:
+# Setting sudo access to false will let Travis CI use containers rather than
+# VMs to run the tests. For more details see:
+# - http://docs.travis-ci.com/user/workers/container-based-infrastructure/
+# - http://docs.travis-ci.com/user/workers/standard-infrastructure/
+sudo: false
+
+php:
- 5.3
- 5.4
- 5.5