Skip to content

Commit c2f9eb4

Browse files
committed
Updated test suite
1 parent 8ec7855 commit c2f9eb4

File tree

3 files changed

+3
-9
lines changed

3 files changed

+3
-9
lines changed

.travis.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,8 @@ cache:
88

99
php:
1010
- 7.0
11-
- hhvm
12-
13-
matrix:
14-
allow_failures:
15-
- php: hhvm
11+
- 7.1
12+
- 7.2
1613

1714
before_script:
1815
- composer selfupdate

README.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,6 @@ First install it using [Composer](https://getcomposer.org/download):
2121

2222
composer require --dev memio/spec-gen:^0.8
2323

24-
> **Note**: you'll also need to set in your `composer.json` the
25-
> `minimum-stability` parameter to `alpha`.
26-
2724
Then enable it in `phpspec.yml`:
2825

2926
```

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
},
3939
"require-dev": {
4040
"friendsofphp/php-cs-fixer": "^2.0",
41-
"phpunit/phpunit": "^6.0"
41+
"phpunit/phpunit": "^7.0"
4242
},
4343
"extra": {
4444
"branch-alias": {

0 commit comments

Comments
 (0)