Skip to content

Commit

Permalink
Merge pull request #45 from alexsmonte/master
Browse files Browse the repository at this point in the history
Excluindo a versão 5.4 do PHP
  • Loading branch information
alexsmonte authored Jan 11, 2017
2 parents fc3db72 + 9ab72cb commit 779f954
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ language: php
sudo: required

php:
- 5.4
- 5.5
- 5.6

Expand All @@ -15,16 +14,16 @@ env:

matrix:
allow_failures:
- php: 5.4
- php: 5.5
env: PHPCS=1 DEFAULT=0

fast_finish: true

include:
- php: 5.4
- php: 5.5
env: PHPCS=1 DEFAULT=0

- php: 5.4
- php: 5.5
env: COVERALLS=1 DEFAULT=0

before_script:
Expand Down

0 comments on commit 779f954

Please sign in to comment.