Skip to content

Commit

Permalink
Fixing depencencies to keep PHP5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
egulias committed May 14, 2016
1 parent c866fd8 commit f755881
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ matrix:
env: deps=low
- php: 5.6
env: deps=high
- php: 7.0
env: deps=high

install:
- if [ "$deps" = "no" ]; then composer install; fi
Expand Down

0 comments on commit f755881

Please sign in to comment.