Skip to content
This repository has been archived by the owner on Aug 1, 2019. It is now read-only.

Commit

Permalink
III-2568: Remove PHP 5.6 and 7.0 builds from Travis CI config
Browse files Browse the repository at this point in the history
  • Loading branch information
Bert Ramakers committed Jun 29, 2018
1 parent 0e946a1 commit 370bfb0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
language: php
php:
- 5.5
- 5.6
- 7.1
install: composer install
script: ./vendor/bin/phing test
after_success: ./vendor/bin/phing report-to-coveralls
Expand Down

0 comments on commit 370bfb0

Please sign in to comment.