summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorAndreas Gohr <andi@splitbrain.org>2014-07-24 19:40:03 +0200
committerAndreas Gohr <andi@splitbrain.org>2014-07-24 19:40:03 +0200
commit0a65114abdc99758244f65600feec1e07582f69f (patch)
tree98b7d3a120cf4308b2df60332775e5f03e1d7582 /.travis.yml
parent52e189ab728cc41403553411eeb5a5a3739fc70b (diff)
downloadrpg-0a65114abdc99758244f65600feec1e07582f69f.tar.gz
rpg-0a65114abdc99758244f65600feec1e07582f69f.tar.bz2
run tests against PHP 5.6 as well
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 93867162c..62b719018 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,5 +1,6 @@
language: php
php:
+ - "5.6"
- "5.5"
- "5.4"
- "5.3"