Skip to content

Commit

Permalink
Update build
Browse files Browse the repository at this point in the history
  • Loading branch information
mabar authored and Milan Felix 艩ulc committed Jul 7, 2019
1 parent 9ad688b commit 675642b
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 17 deletions.
5 changes: 5 additions & 0 deletions .docs/README.md
Expand Up @@ -2,6 +2,11 @@

Console commands for [Apitte](https://github.com/apitte/core).

## Content

- [Setup](#setup)
- [Commands](#commands)

## Setup

First of all, setup [core](https://github.com/apitte/core) package.
Expand Down
11 changes: 5 additions & 6 deletions .travis.yml
@@ -1,6 +1,5 @@
language: php
php:
- 7.1
- 7.2
- 7.3
- 7.4snapshot
Expand All @@ -20,21 +19,21 @@ after_failure:

jobs:
include:
- env: title="Lowest Dependencies 7.1"
php: 7.1
- env: title="Lowest Dependencies 7.2"
php: 7.2
install:
- travis_retry composer update --no-progress --prefer-dist --prefer-lowest --prefer-stable
script:
- make tests

- stage: Quality Assurance
php: 7.1
php: 7.3
script:
- make qa

- stage: Test Coverage
if: branch = master AND type = push
php: 7.1
php: 7.3
script:
- make coverage
after_script:
Expand All @@ -43,7 +42,7 @@ jobs:

- stage: Outdated Dependencies
if: branch = master AND type = cron
php: 7.1
php: 7.3
script:
- composer outdated --direct

Expand Down
10 changes: 5 additions & 5 deletions README.md
Expand Up @@ -14,6 +14,11 @@ Console commands for [Apitte](https://github.com/apitte/core).

[![Join the chat](https://img.shields.io/gitter/room/apitte/apitte.svg?style=flat-square)](http://bit.ly/apittegitter)

## Documentation

- [Setup](.docs/README.md#setup)
- [Commands](.docs/README.md#commands)

## Version

| State | Version | Branch | PHP | Composer |
Expand All @@ -22,11 +27,6 @@ Console commands for [Apitte](https://github.com/apitte/core).
| stable | `^0.5.0` | `master` | `>= 7.1` | |
| stable | `^0.3.0` | `master` | `>= 5.6` | |

## Documentation

- [Setup](.docs/README.md#setup)
- [Commands](.docs/README.md#commands)

## Maintainers

<table>
Expand Down
3 changes: 2 additions & 1 deletion composer.json
Expand Up @@ -10,7 +10,7 @@
"license": "MIT",
"homepage": "https://github.com/apitte/console",
"require": {
"php": ">= 7.1",
"php": "^7.2",
"apitte/core": "^0.6.0",
"symfony/console": "^4.1.1"
},
Expand All @@ -19,6 +19,7 @@
"nette/di": "~2.4.15",
"ninjify/nunjuck": "^0.2.0",
"ninjify/qa": "^0.8.0",
"phpstan/extension-installer": "^1.0",
"phpstan/phpstan-deprecation-rules": "^0.11",
"phpstan/phpstan-nette": "^0.11",
"phpstan/phpstan-shim": "^0.11",
Expand Down
5 changes: 0 additions & 5 deletions phpstan.neon
@@ -1,5 +0,0 @@
includes:
- vendor/phpstan/phpstan-deprecation-rules/rules.neon
- vendor/phpstan/phpstan-nette/extension.neon
- vendor/phpstan/phpstan-nette/rules.neon
- vendor/phpstan/phpstan-strict-rules/rules.neon

0 comments on commit 675642b

Please sign in to comment.