Browse Source

Run coveralls on PHP 5.6

The latest versions of php-coveralls require PHP 5.5+
Mark Story 10 years ago
parent
commit
6d6c449f18
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .travis.yml

+ 1 - 1
.travis.yml

@@ -29,7 +29,7 @@ matrix:
   fast_finish: true
 
   include:
-    - php: 5.4
+    - php: 5.6
       env: COVERALLS=1 DEFAULT=0
 
     - php: 7.0