Skip to content

Commit

Permalink
[TASK] Adjust travis environment PHP versions testing matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
NamelessCoder committed Jan 16, 2016
1 parent 0fbec97 commit 1081e19
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,11 @@ language: php
sudo: false

php:
- "5.4"
- "5.5"
- "5.6"
- "7"
- "hhvm"

matrix:
allow_failures:
- php: "7"
- php: "hhvm"

install: composer install

script:
Expand Down

0 comments on commit 1081e19

Please sign in to comment.