diff options
author | Julius Beckmann <github@h4cc.de> | 2014-03-10 17:21:31 +0100 |
---|---|---|
committer | Julius Beckmann <github@h4cc.de> | 2014-03-10 17:21:31 +0100 |
commit | c39578adc3dd78ef96f65e04408d7d87c460c29b (patch) | |
tree | 77b04297811396b0af0643e46df251283401136f | |
parent | 8b328db8c1c1532c51d85f43adcf97a64c8b63ad (diff) | |
download | password_compat-c39578adc3dd78ef96f65e04408d7d87c460c29b.zip password_compat-c39578adc3dd78ef96f65e04408d7d87c460c29b.tar.gz password_compat-c39578adc3dd78ef96f65e04408d7d87c460c29b.tar.bz2 |
Added PHP 5.6 to travis.
-rw-r--r-- | .travis.yml | 3 |
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 |