Skip to content

Commit

Permalink
Add PHP 7.3 to travis builds
Browse files Browse the repository at this point in the history
  • Loading branch information
Shira-3749 committed Jan 10, 2019
1 parent 4fa0e4a commit d1b8c66
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,20 @@ matrix:
- INSTALL_COMMAND="composer install"
- MAIN_COMMAND="composer tests"

- name: 7.2 (all)
- name: 7.2 (tests)
php: '7.2'
env:
- INSTALL_COMMAND="composer install"
- MAIN_COMMAND="composer tests"

- name: 7.3 (all)
php: '7.3'
env:
- INSTALL_COMMAND="composer install"
- MAIN_COMMAND="composer all"

- name: 7.2 (tests, lowest deps)
php: '7.2'
- name: 7.3 (tests, lowest deps)
php: '7.3'
env:
- INSTALL_COMMAND="composer update --prefer-lowest --prefer-stable"
- MAIN_COMMAND="composer tests"
Expand Down

0 comments on commit d1b8c66

Please sign in to comment.