Skip to content

Commit

Permalink
Merge pull request #201 from ergebnis/fix/travis
Browse files Browse the repository at this point in the history
Fix: Remove example for Travis CI
  • Loading branch information
ergebnis-bot authored Oct 8, 2020
2 parents d8d0e4f + c93f28b commit 381f134
Showing 1 changed file with 0 additions and 28 deletions.
28 changes: 0 additions & 28 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -229,34 +229,6 @@ If you like [GitHub Actions](https://github.com/features/actions), add a `coding
+ run: php7.2 vendor/bin/php-cs-fixer fix --config=.php_cs --diff --diff-format=udiff --dry-run --verbose
```

### Travis

If you like [Travis CI](https://travis-ci.com), add a `coding-standards` stage to your jobs:

```diff
language: php

cache:
directories:
- $HOME/.composer/cache
+ - .build/php-cs-fixer

jobs:
include:
+ - stage: "Coding Standards"
+
+ php: 7.2
+
+ install:
+ - composer install --no-interaction --no-progress --no-suggest
+
+ before_script:
+ - mkdir -p .build/php-cs-fixer
+
+ script:
+ - vendor/bin/php-cs-fixer fix --config=.php_cs --diff --dry-run --verbose
```

## Changelog

Please have a look at [`CHANGELOG.md`](CHANGELOG.md).
Expand Down

0 comments on commit 381f134

Please sign in to comment.