Skip to content

Commit 47fb19f

Browse files
committed
Fix Travis conf and "support" meta on composer.json
1 parent 771a276 commit 47fb19f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ before_script:
99
- composer install --no-progress --prefer-source
1010

1111
script:
12-
- phpunit
12+
- vendor/bin/phpunit

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222
}
2323
],
2424
"support": {
25-
"issues": "https://github.com/Giuseppe-Mazzapica/BrainMonkey/issues",
26-
"source": "https://github.com/Giuseppe-Mazzapica/BrainMonkey"
25+
"issues": "https://github.com/Brain-WP/BrainMonkey/issues",
26+
"source": "https://github.com/Brain-WP/BrainMonkey"
2727
},
2828
"license": "MIT",
2929
"require": {

0 commit comments

Comments
 (0)