Skip to content

Commit

Permalink
Update Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyslik committed Nov 20, 2016
1 parent ff29af6 commit 7d7d29b
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 @@ -15,7 +15,7 @@ matrix:
fast_finish: true
include:
- php: 5.6
env: setup=lowest
env: setup=basic
- php: 5.6
env: setup=stable

Expand All @@ -26,6 +26,7 @@ cache:
- $HOME/.composer/cache

before_install:
- phpenv config-rm xdebug.ini
- travis_retry composer self-update

install:
Expand Down

0 comments on commit 7d7d29b

Please sign in to comment.