Skip to content

Commit d7f49e6

Browse files
committed
removed phpunit from composer and edit .travis to use the built-in phpunit
1 parent 868fd11 commit d7f49e6

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,10 @@ php:
1111

1212
matrix:
1313
allow_failures:
14-
- php: 7.0
1514
- php: hhvm
1615

1716
before_install:
1817
- composer self-update
1918
- composer install
2019

21-
script: ./vendor/bin/phpunit
20+
script: phpunit

composer.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,7 @@
2424
"require-dev": {
2525
"illuminate/view": "*",
2626
"twig/twig": "*",
27-
"twig/extensions": "*",
28-
"phpunit/phpunit": "~4.0"
27+
"twig/extensions": "*"
2928
},
3029
"suggest": {
3130
"illuminate/view": "Is necessary if you want to use the Blade extractor",

0 commit comments

Comments
 (0)