Browse Source

Remove PHP 5.5

Marcel Pociot 8 years ago
parent
commit
d4ca5fce3f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .travis.yml

+ 1 - 1
.travis.yml

@@ -1,9 +1,9 @@
 language: php
 
 php:
-  - 5.5
   - 5.6
   - 7.0
+  - 7.1
 
 before_script:
   - travis_retry composer self-update