Skip to content

Build pipeline changes #28

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

Merged
merged 4 commits into from
Jan 16, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion .spelling
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ http
opensource
sexualized

- ./README.md
- ./README.md
_CodeBrowser
_CodeCoverage
_CodeSniffer
Expand Down Expand Up @@ -51,3 +51,9 @@ SensioLabs
versioning
WebDriver
workingatdealerdirect.eu
PHP_CodeSniffer
PHP_Depend
PHP_CodeSniffer
PHP_CodeBrowser
PHP_CodeCoverage
heart_eyes
6 changes: 2 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
---
language: php
dist: trusty
sudo: required

php:
- 7.3
- 7.2
- 7.1
- 7.0
- 5.6

env:
global:
Expand All @@ -22,7 +20,7 @@ cache:
- "${HOME}/.yarn-cache"

before_install:
- gpg --keyserver hkp://keys.gnupg.net --recv-keys C4133165DF5EB4BAEABDADCACF1E7823C5339B59
- travis_retry gpg --keyserver hkp://subset.pool.sks-keyservers.net --recv-keys C4133165DF5EB4BAEABDADCACF1E7823C5339B59
- npm set loglevel error
- npm set progress false

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ THE SOFTWARE.
[grumphp]: https://github.com/phpro/grumphp
[json-lint]: https://github.com/Seldaek/jsonlint
[license-shield]: https://img.shields.io/github/license/dealerdirect/php-qa-tools.svg
[maintenance-shield]: https://img.shields.io/maintenance/yes/2018.svg
[maintenance-shield]: https://img.shields.io/maintenance/yes/2019.svg
[mockery]: https://github.com/padraic/mockery
[packagist-shield]: https://img.shields.io/packagist/dt/dealerdirect/qa-tools.svg
[packagist-version-shield]: https://img.shields.io/packagist/v/dealerdirect/qa-tools.svg
Expand Down