summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Holywell <[email protected]>2016-12-14 16:02:45 +1000
committerSimon Holywell <[email protected]>2016-12-14 16:02:45 +1000
commitd2f845b3195818b678dfefbeebfd44f352289c84 (patch)
treea1dd73f379b19c9ae44d5beeed5d874ba5e3be8b
parentd3a0e7905daf2908bd9db7e9a9122d96187800d9 (diff)
Looks like travis-ci dropped support for php5.2
-rw-r--r--.travis.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 48e2254..3557c02 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,7 +1,8 @@
language: php
php:
- - 5.2
- 5.3
- 5.4
+ - 5.6
+ - 7.0
- hhvm
script: "phpunit --colors --coverage-text"