Skip to content

Commit faf8ce1

Browse files
committed
see if looser phpunit v6 works on travis
1 parent e8e68dc commit faf8ce1

File tree

3 files changed

+8
-9
lines changed

3 files changed

+8
-9
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@ matrix:
1010
- php: nightly
1111

1212
install:
13-
- travis_retry composer install --no-interaction --prefer-dist --optimize-autoloader --no-dev # phpunit won't install at same time due to ReflectionCommon inside it
14-
- travis_retry composer require --dev phpunit/phpunit # so install phpunit separately
13+
- travis_retry composer install --no-interaction --prefer-dist --optimize-autoloader
1514
- travis_retry wget https://phar.io/releases/phive.phar
1615

1716
script:

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@
2424
}
2525
},
2626
"require-dev": {
27-
"phpunit/phpunit": "^6.5"
27+
"phpunit/phpunit": "^6"
2828
}
2929
}

composer.lock

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)