Skip to content

Commit

Permalink
Moved php 5.3 to unstable for travis
Browse files Browse the repository at this point in the history
  • Loading branch information
ftrrtf committed Jul 12, 2016
1 parent d579fb4 commit 7d03031
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ cache:
- $HOME/.composer/cache/files

php:
- 5.3
- 5.4
- 5.5
- 5.6
Expand All @@ -22,11 +21,13 @@ env:

matrix:
include:
- php: 5.3
- php: nightly
- php: 7.0
env: COMPOSER_FLAGS='--prefer-lowest --prefer-stable'
allow_failures:
- php: nightly
- php: 5.3

before_install:
- composer self-update
Expand Down

0 comments on commit 7d03031

Please # to comment.