summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2017-03-21 22:19:27 +0100
committerBernhard Posselt <dev@bernhard-posselt.com>2017-03-21 22:19:27 +0100
commit14e1e31f03902e63ec7e43ddb918732828d30f02 (patch)
treedd91fc6948e5da3588c6158e98cdd638593eadb6 /.travis.yml
parent62b8100cbdeafb1f654c01839d688887a87c5859 (diff)
update travis file
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 8095d806e..48589e8e4 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,5 +1,4 @@
sudo: false
-dist: trusty
language: php
php:
- 5.6
@@ -27,6 +26,8 @@ matrix:
before_install:
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
+ - sudo apt-get update
+ - sudo apt-get upgrade -y
# re-enable once mariadb is added as an option
# - if [[ "$DB" == 'mysql' ]]; then sudo apt-get -y install mariadb-server; fi
- nvm install 6
@@ -60,6 +61,7 @@ after_failure:
addons:
firefox: "latest"
+ postgresql: "9.5"
services:
- mysql