Replace PHP 5.3 with PHP 5.5 in Travis file
authorMatthias Schmidt <gravatronics@live.com>
Sat, 8 Aug 2015 10:49:39 +0000 (12:49 +0200)
committerMatthias Schmidt <gravatronics@live.com>
Sat, 8 Aug 2015 10:50:20 +0000 (12:50 +0200)
.travis.yml

index 74da2f74da0f6d75a22473182bd4defb41de24ed..d0f43b3235ce035b0d59e3d6ac582dcc0dc5d2a5 100644 (file)
@@ -1,7 +1,7 @@
 language: php
 php:
   - 5.6
-  - 5.3
+  - 5.5
 before_install:
   - pyrus install pear/PHP_CodeSniffer
   - phpenv rehash