summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJulius Beckmann <github@h4cc.de>2014-03-10 17:21:31 +0100
committerJulius Beckmann <github@h4cc.de>2014-03-10 17:21:31 +0100
commitc39578adc3dd78ef96f65e04408d7d87c460c29b (patch)
tree77b04297811396b0af0643e46df251283401136f
parent8b328db8c1c1532c51d85f43adcf97a64c8b63ad (diff)
downloadpassword_compat-c39578adc3dd78ef96f65e04408d7d87c460c29b.zip
password_compat-c39578adc3dd78ef96f65e04408d7d87c460c29b.tar.gz
password_compat-c39578adc3dd78ef96f65e04408d7d87c460c29b.tar.bz2
Added PHP 5.6 to travis.
-rw-r--r--.travis.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 7c3b4af..f8894b8 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,6 +1,7 @@
language: php
php:
+ - 5.6
- 5.5
- 5.4
- 5.3
@@ -9,4 +10,4 @@ php:
before_script:
- composer install --dev
-script: vendor/bin/phpunit --configuration phpunit.xml.dist \ No newline at end of file
+script: vendor/bin/phpunit --configuration phpunit.xml.dist