Skip to content

Commit

Permalink
Merge pull request #3 from prooph/php72
Browse files Browse the repository at this point in the history
test php 7.2 on travis
  • Loading branch information
prolic authored Dec 17, 2017
2 parents dcd4045 + ce7ebac commit 24fcc73
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,17 @@ matrix:
- php: 7.1
env:
- DEPENDENCIES=""
- EXECUTE_CS_CHECK=true
- TEST_COVERAGE=true
- 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
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"sandrokeil/interop-config": "^2.0.1",
"phpunit/phpunit": "^6.0",
"phpspec/prophecy": "^1.7",
"prooph/php-cs-fixer-config": "^0.1.1",
"prooph/php-cs-fixer-config": "^0.2.1",
"prooph/bookdown-template": "^0.2.3",
"satooshi/php-coveralls": "^1.0",
"sebastian/comparator": "^1.2.2",
Expand Down

0 comments on commit 24fcc73

Please sign in to comment.