Skip to content

Commit

Permalink
ci: bump php version so deps could be installed on travis for php 5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
glensc committed Oct 12, 2016
1 parent fdc69a3 commit b5a0ed3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Expand Up @@ -23,6 +23,8 @@ cache:
- vendor

install:
# set low version, so deps can be installed on 5.3
- composer config platform.php 5.4
- composer update --no-interaction --prefer-source

script:
Expand Down

0 comments on commit b5a0ed3

Please sign in to comment.