Skip to content

Commit

Permalink
Travis: Added more php builds. Added cache
Browse files Browse the repository at this point in the history
  • Loading branch information
sandervanhooft committed Dec 5, 2018
1 parent 53c6ea9 commit 2a31b46
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,13 @@ language: php
php:
- 7.0
- 7.1
- 7.2
- 7.3
- nightly

cache:
directories:
- "$HOME/.composer/cache"
env:
matrix:
- COMPOSER_FLAGS="--prefer-lowest"
Expand Down

0 comments on commit 2a31b46

Please sign in to comment.