summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorJosh Kalderimis <josh.kalderimis@gmail.com>2014-11-25 18:09:47 +0100
committerJosh Kalderimis <josh.kalderimis@gmail.com>2014-11-25 18:09:47 +0100
commitd6e15feff419c59e9aab9aa4e043c324bb9177c7 (patch)
treef8112e2dea8f7668f8016ac4c1bfa2d168c89c8d /.travis.yml
parent2c15932596d2cdf0953ebdc34fbc3a204896d27a (diff)
Use the new build env on Travis
more ram and cpu, improved network and boot times http://docs.travis-ci.com/user/workers/container-based-infrastructure/ more docs coming soon
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 25522dd93..92c6e889a 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -16,6 +16,8 @@ env:
- DB=pdo/pgsql
- DB=pdo/sqlite
+sudo: false
+
before_script:
- composer install --dev --no-progress
- sh -c "if [ '$DB' = 'pgsql' ] || [ '$DB' = 'pdo/pgsql' ]; then psql -c 'DROP DATABASE IF EXISTS ci_test;' -U postgres; fi"
@@ -36,4 +38,4 @@ matrix:
branches:
only:
- develop
- - /^feature\/.+$/ \ No newline at end of file
+ - /^feature\/.+$/