diff options
author | Andrey Andreev <narf@devilix.net> | 2014-12-03 18:50:47 +0100 |
---|---|---|
committer | Andrey Andreev <narf@devilix.net> | 2014-12-03 18:50:47 +0100 |
commit | d51d92af6761f30dd459c93fdb9f62d2d7b30a98 (patch) | |
tree | 531cb8cbe8111c85c80e59a61a30a2bba0a9130c | |
parent | faa4890addbaa90254ef160813a08f727d069415 (diff) | |
parent | d6e15feff419c59e9aab9aa4e043c324bb9177c7 (diff) |
Merge pull request #3372 from joshk/patch-1
Use the new build env on Travis
-rw-r--r-- | .travis.yml | 4 |
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\/.+$/ |