Skip to content

Commit

Permalink
Travis Testing on php 7.x
Browse files Browse the repository at this point in the history
Adds testing support php 7.x on travis, drops HHVM and php 5.4.
  • Loading branch information
remkade authored Jul 5, 2019
1 parent 28f00cc commit 615e861
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
language: php
php:
- 7.2
- 7.1
- 7.0
- 5.5
- 5.4
- hhvm
install:
- composer install --dev
- mkdir -p build/logs
Expand Down

0 comments on commit 615e861

Please sign in to comment.