diff options
author | Anthony Ferrara <me@ircmaxell.com> | 2014-03-10 15:40:14 -0400 |
---|---|---|
committer | Anthony Ferrara <me@ircmaxell.com> | 2014-03-10 15:40:14 -0400 |
commit | 7642ced1454ea218e73735efe5d1b03cdba9c4b9 (patch) | |
tree | 77b04297811396b0af0643e46df251283401136f | |
parent | 8b328db8c1c1532c51d85f43adcf97a64c8b63ad (diff) | |
parent | c39578adc3dd78ef96f65e04408d7d87c460c29b (diff) | |
download | password_compat-7642ced1454ea218e73735efe5d1b03cdba9c4b9.zip password_compat-7642ced1454ea218e73735efe5d1b03cdba9c4b9.tar.gz password_compat-7642ced1454ea218e73735efe5d1b03cdba9c4b9.tar.bz2 |
Merge pull request #54 from h4cc/patch-1
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 |