Skip to content

Commit

Permalink
Removed bin/test.
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul committed Jan 5, 2017
1 parent c0ba41e commit 8f58dd5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,15 @@ php:
- 5.5
- 5.6
- 7.0
- 7.1

install:
- alias composer=composer\ -n && composer selfupdate
- composer validate
- composer --prefer-source install

script:
- bin/test --coverage-clover=build/logs/clover.xml
- composer test -- --coverage-clover=build/logs/clover.xml

after_success:
- composer --prefer-source require satooshi/php-coveralls
Expand Down
5 changes: 0 additions & 5 deletions bin/test

This file was deleted.

3 changes: 3 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,8 @@
"psr-4": {
"ScriptFUSIONTest\\": "test"
}
},
"scripts": {
"test": "phpunit -c test"
}
}

0 comments on commit 8f58dd5

Please sign in to comment.