Skip to content

Commit

Permalink
[Changed]
Browse files Browse the repository at this point in the history
 - Most of the testing packages brakes on PHP5.5 and 5.6 with "latest" dependencies due to its outdated nature so these configurations are removed from CI testing
  • Loading branch information
adamturcsan committed Aug 6, 2017
1 parent 0ff1daa commit 1a58f07
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .travis.yml
Expand Up @@ -14,19 +14,13 @@ matrix:
- php: 5.5
env:
- DEPS=locked
- php: 5.5
env:
- DEPS=latest
- php: 5.6
env:
- DEPS=lowest
- php: 5.6
env:
- DEPS=locked
- TEST_COVERAGE=true
- php: 5.6
env:
- DEPS=latest
- php: 7.0
env:
- DEPS=lowest
Expand Down

0 comments on commit 1a58f07

Please sign in to comment.