Skip to content

Commit

Permalink
Attempt to fix failing build
Browse files Browse the repository at this point in the history
  • Loading branch information
patrick-clearbooks committed Dec 4, 2017
1 parent 4a59a84 commit 3074ad8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 14 deletions.
6 changes: 4 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,10 @@ php:
- 5.5
- 5.6
- 7.0
- 7.1
- 7.2
- hhvm
- nightly

install: composer install --dev
script: vendor/phpunit/phpunit/phpunit --coverage-clover build/logs/clover.xml test
install: composer install
script: vendor/phpunit/phpunit/phpunit --coverage-clover build/logs/clover.xml test
10 changes: 0 additions & 10 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,6 @@
"email": "[email protected]"
}
],
"repositories": [
{
"type": "vcs",
"url": "[email protected]:clearbooks/dilex.git"
},
{
"type": "composer",
"url": "https://carefulcoder.co.uk/composer"
}
],
"autoload": {
"psr-4": {
"Clearbooks\\Dilex\\": "src/"
Expand Down
4 changes: 2 additions & 2 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 3074ad8

Please sign in to comment.