Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
shin committed Nov 22, 2018
1 parent 1d11e6b commit 729e9f9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ matrix:
env: WP_VERSION=latest
before_script:
- export PATH="$HOME/.composer/vendor/bin:$PATH"
- composer install --no-dev
- |
if [ -f ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/xdebug.ini ]; then
phpenv config-rm xdebug.ini
Expand All @@ -45,6 +44,8 @@ before_script:
fi
script:
- composer install --no-dev
- composer dump-autoload -o
- |
if [[ ! -z "$WP_VERSION" ]] ; then
phpunit
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ or download installable.zip from [release](https://github.com/anigrab/wp-anigrab

place this shortcode-like anywhere in your post [anigrab=**id**]**template**[/anigrab] or [mangrab=**id**]**template**[/mangrab]

- **id:** myanimelist anime id
- **id:** myanimelist anime/manga id

- **template:** use **dump** for auto parse or template engine syntax, e.g
```
Expand All @@ -47,7 +47,7 @@ etc

### TO DO

[] implement [imposter](https://github.com/TypistTech/imposter)
- [ ] implement [imposter](https://github.com/TypistTech/imposter)

[] add more features
- [ ] add more features

0 comments on commit 729e9f9

Please sign in to comment.