Skip to content

Commit

Permalink
support extended inserts (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
lifeofguenter authored Jan 25, 2018
1 parent c755b0c commit 37bbb80
Show file tree
Hide file tree
Showing 8 changed files with 1,670 additions and 31 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
[![Build Status](https://travis-ci.org/NINEJKH/myformer.svg?branch=master)](https://travis-ci.org/NINEJKH/myformer)

# myformer

## Example
Expand All @@ -21,7 +23,6 @@ $ mysqldump \
--verbose \
--compress \
--complete-insert \
--skip-extended-insert \
--no-create-info \
--quick \
--hex-blob \
Expand Down
5 changes: 5 additions & 0 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,11 @@ composer install \
--quiet \
--verbose

# run tests
if ! vendor/bin/phpunit; then
exit 1
fi

consolelog "composer cleanup"
composer install \
--no-dev \
Expand Down
3 changes: 3 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,8 @@
"App\\": "app/",
"MyFormer\\": "src/"
}
},
"require-dev": {
"phpunit/phpunit": "^6.5"
}
}
Loading

0 comments on commit 37bbb80

Please sign in to comment.