Skip to content

Commit

Permalink
Merge pull request #10 from prooph/php72
Browse files Browse the repository at this point in the history
test php 7.2 on travis
  • Loading branch information
prolic committed Dec 17, 2017
2 parents f4d2fec + bab7dad commit ddf8f39
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .travis.yml
Expand Up @@ -11,6 +11,12 @@ matrix:
- php: 7.1
env:
- DEPENDENCIES="--prefer-lowest --prefer-stable"
- php: 7.2
env:
- DEPENDENCIES=""
- php: 7.2
env:
- DEPENDENCIES="--prefer-lowest --prefer-stable"

cache:
directories:
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -29,7 +29,7 @@
"require-dev": {
"phpunit/phpunit": "^6.0",
"phpspec/prophecy": "^1.7",
"prooph/php-cs-fixer-config": "^0.1.1",
"prooph/php-cs-fixer-config": "^0.2.1",
"satooshi/php-coveralls": "^1.0",
"prooph/bookdown-template": "^0.2.3",
"psr/container": "^1.0",
Expand Down

0 comments on commit ddf8f39

Please sign in to comment.