summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Holywell <[email protected]>2017-12-31 20:52:40 +1000
committerSimon Holywell <[email protected]>2017-12-31 20:52:40 +1000
commit8753a698b1baaa8b17e348ac153a426fc672f89e (patch)
tree36fc45a82c03fa544e3860e3d4f320ed2f0dc438
parent5e879fc591f2d64578dad581576d5b02abc3796d (diff)
update travis-ci
-rw-r--r--.travis.yml7
1 files changed, 7 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index f61b461..14d5497 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,5 +1,6 @@
language: php
php:
+ - 5.2
- 5.3
- 5.4
- 5.6
@@ -8,3 +9,9 @@ php:
- hhvm
install: "composer install"
script: "composer run-script test -- --colors --coverage-text"
+matrix:
+ include:
+ - php: 5.2
+ dist: precise
+ - php: 5.3
+ dist: precise \ No newline at end of file