summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorThomas Müller <thomas.mueller@tmit.eu>2016-03-02 11:38:34 +0100
committerThomas Müller <thomas.mueller@tmit.eu>2016-03-02 13:55:07 +0100
commitca59d78c74b3d63d8a5ce1b3a942cdb186f0f5e6 (patch)
treef6e7b50d7f6aea1d5d62bbf22966551c89da287a /.travis.yml
parentaa3087ecdd8d5df3134fd3cd84cc936871fc5a57 (diff)
- contacts can operate on 9.0 and 9.1
- test against 9.0 and master
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 6fd89bb8..8aca2511 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -20,6 +20,9 @@ branches:
matrix:
allow_failures:
- php: hhvm
+ include:
+ - php: 5.4
+ env: "DB=mysql BRANCH=stable9"
install:
- sudo add-apt-repository -y ppa:chris-lea/node.js