Skip to content
This repository has been archived by the owner on Jun 23, 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 16, 2017
1 parent 074f7a2 commit 70060e8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
language: php
php:
- 5.6
- 7.0
- 7.1
install:
- composer install
script:
Expand Down

0 comments on commit 70060e8

Please sign in to comment.