This repository has been archived by the owner on Nov 10, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 58
Introduce .ci-config.sh to override Travis and pre-commit defaults #30
Labels
Comments
westonruter
added a commit
to xwp/stream
that referenced
this issue
Apr 17, 2014
* Point to expirimental PHPCS and WPCS for rulset subsets * Introduce config file for managing Travis before_script environment * Remove phpcs.ruleset.xml since we're referencing a core ruleset See xwp/wp-dev-lib#30
westonruter
added a commit
that referenced
this issue
May 1, 2014
* Point to expirimental PHPCS and WPCS for rulset subsets * Introduce config file for managing Travis before_script environment * Remove phpcs.ruleset.xml since we're referencing a core ruleset See #30
westonruter
added a commit
to xwp/stream
that referenced
this issue
May 1, 2014
* Point to expirimental PHPCS and WPCS for rulset subsets * Introduce config file for managing Travis before_script environment * Remove phpcs.ruleset.xml since we're referencing a core ruleset See xwp/wp-dev-lib#30
2 and 3 are fixed by #35. I'm not sure if 4 and 5 are possible yet or not. |
In #127 the config file is |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
There should be a
.ci-config.sh
(or something) which exports various Bash variables which can be read-in by.travis.yml
andbin/pre-commit
.These variables can control things like:phpunit.xml
URL for Travis build button (forgenerate-markdown-readme
), instead of pulling from thegit remote
Others?
The text was updated successfully, but these errors were encountered: