Skip to content
This repository has been archived by the owner on Feb 9, 2021. It is now read-only.

Commit

Permalink
III-555 Let Travis also build for PHP 7.0 and 7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Luc Wollants committed Feb 15, 2017
1 parent a43b5bc commit 7b952f2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
@@ -1,6 +1,8 @@
language: php
php:
- 5.6
- 7.0
- 7.1
install: composer install
script: ./vendor/bin/phing test
after_success: ./vendor/bin/phing report-to-coveralls
Expand Down

0 comments on commit 7b952f2

Please sign in to comment.