Browse Source

try running against postgres 9.3 for #4672

tags/2.0.0-rc
Carsten Brandt 10 years ago
parent
commit
dd225fb628
  1. 4
      .travis.yml

4
.travis.yml

@ -21,6 +21,10 @@ services:
- elasticsearch
- mongodb
# try running against postgres 9.3
addons:
postgresql: "9.3"
install:
- composer self-update && composer --version
# core framework:

Loading…
Cancel
Save