Skip to content

Commit

Permalink
Add PHP 7.2 to test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
emodric committed Jan 24, 2018
1 parent ba8a2b8 commit fc9f088
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Expand Up @@ -14,6 +14,7 @@ matrix:
- php: 5.6
- php: 7.0
- php: 7.1
- php: 7.2

# test only master (+ pull requests)
branches:
Expand All @@ -22,7 +23,7 @@ branches:

# install dependencies
install:
- composer install
- travis_wait composer install

# execute phpunit as the script command
script:
Expand Down

0 comments on commit fc9f088

Please sign in to comment.