Skip to content

Commit

Permalink
Merge pull request #75 from gios-asu/develop
Browse files Browse the repository at this point in the history
prod: 0.1.10 - multiple view paths
  • Loading branch information
rraub authored Nov 9, 2016
2 parents 3956194 + 6f66dc0 commit 25ad186
Show file tree
Hide file tree
Showing 277 changed files with 2,002 additions and 869 deletions.
6 changes: 6 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ php:
- 5.6
- 7.0

# Cache composer
cache:
directories:
- vendor
- $HOME/.composer/cache

install:
- composer install --no-interaction --prefer-source
- composer create-project wp-coding-standards/wpcs:dev-master --no-dev -n standards/wpcs
Expand Down
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,4 @@ Check your code coverage with `vendor/bin/phpunit --coverage-html ./coverage`.
Documentation can be found on [the Github IO pages for this repo](https://gios-asu.github.io/nectary).

To generate the documentation, use [phpDox](http://phpdox.de/getting-started.html).

Once installed, simply run `phpdox` in the root of the project.
After running `composer install`, simply run `./vendor/bin/phpdox` in the root of the project.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
"require-dev": {
"phpunit/phpunit": "4.8.*",
"satooshi/php-coveralls": ">=0.6",
"squizlabs/php_codesniffer": "2.*"
"squizlabs/php_codesniffer": "2.*",
"theseer/phpdox": "^0.8.1.1"
}
}
Loading

0 comments on commit 25ad186

Please sign in to comment.