-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Travis: don't require l10n validator to be a composer dependency #23
Comments
To do this, we'll need to implement our own bootstrap file for the l10n validator, that will need to load the config repo's bootstrap from the correct location. Alternatively, we could make that config a part of this repo. I favor that, because it means one less thing to configure, and also it is simpler to implement. |
JDGrimes
added a commit
that referenced
this issue
Feb 18, 2015
JDGrimes
added a commit
that referenced
this issue
Feb 18, 2015
Rather than loading it from GitHub. See #23
JDGrimes
added a commit
that referenced
this issue
Feb 18, 2015
JDGrimes
added a commit
that referenced
this issue
Feb 19, 2015
JDGrimes
added a commit
that referenced
this issue
Feb 19, 2015
JDGrimes
added a commit
that referenced
this issue
Feb 19, 2015
JDGrimes
added a commit
that referenced
this issue
Feb 19, 2015
This really isn’t needed any longer after #23. If a project still needs it for some reason, they can still call `setup-composer` in `.ci-env.sh`.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We load PHPCS directly, and we should do the same for this if it isn't already a dependency. This applies to the l10n validator config as well.
The text was updated successfully, but these errors were encountered: