Skip to content

Commit

Permalink
Merge pull request #21 from drupal-composer/php-versions
Browse files Browse the repository at this point in the history
Test more PHP versions
  • Loading branch information
derhasi authored Jul 20, 2017
2 parents 2f62844 + e2525ed commit a4f7bfd
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
language: php
dist: trusty
php:
- "5.5"
- "5.4"
- "5.5"
- "5.6"
- "7.0"
- "7.1"
matrix:
include:
- php: "5.3"
Expand Down

0 comments on commit a4f7bfd

Please sign in to comment.