Skip to content

Commit

Permalink
Bump Postgres to 9.4
Browse files Browse the repository at this point in the history
  • Loading branch information
polothy committed Sep 11, 2018
1 parent ea20c3a commit 4a542e1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ sudo: true

addons:
firefox: "47.0.1"
postgresql: "9.3"
postgresql: "9.4"
apt:
packages:
- oracle-java8-installer
Expand Down Expand Up @@ -70,6 +70,8 @@ jobs:
after_script:
- make upload-code-coverage
- stage: Integration tests
- php: 7.1
env: MOODLE_BRANCH=MOODLE_35_STABLE
- php: 7.1
env: MOODLE_BRANCH=MOODLE_34_STABLE
- php: 7.0
Expand Down

0 comments on commit 4a542e1

Please sign in to comment.