test docs change

master
Evgeny Poberezkin 2016-03-30 01:16:48 +01:00
parent c415f0397a
commit 0ea3d3928e
2 changed files with 3 additions and 1 deletions

View File

@ -1,6 +1,6 @@
# Ajv type coercion rules
To enable type coercion pass option `coerceTypes` to ajv (it is `false` by default). See [example](https://github.com/epoberezkin/ajv#coercing-data-types).
To enable type coercion pass option `coerceTypes` to Ajv (it is `false` by default). See [example](https://github.com/epoberezkin/ajv#coercing-data-types).
The coercion rules are different from JavaScript:
- to validate user input as expected

View File

@ -10,6 +10,8 @@ if [[ "$TRAVIS_BRANCH" == "master" && "$TRAVIS_PULL_REQUEST" == "false" && $TRAV
cp LICENSE ../gh-pages/_source
cd ../gh-pages
./generate
git config user.email "e.poberezkin@me.com"
git config user.name "Evgeny Poberezkin"
git add .
git commit -am "updated by travis build #$TRAVIS_BUILD_NUMBER"
git push origin gh-pages