Skip to content

Commit

Permalink
Merge pull request #1957 from jaapio/fix/1925-ignore
Browse files Browse the repository at this point in the history
Fix/1925 ignore
  • Loading branch information
ashnazg committed Feb 11, 2018
2 parents 6c5b94a + 5d9cca1 commit 3295664
Show file tree
Hide file tree
Showing 10 changed files with 222 additions and 98 deletions.
4 changes: 2 additions & 2 deletions appveyor.yml
Expand Up @@ -13,9 +13,9 @@ branches:

environment:
matrix:
- PHP_VERSION: '7.1.13'
- PHP_VERSION: '7.1.14'
VC_VERSION: 'VC14'
- PHP_VERSION: '7.2.1'
- PHP_VERSION: '7.2.2'
VC_VERSION: 'VC15'
matrix:
fast_finish: false
Expand Down
1 change: 1 addition & 0 deletions behat.yml
Expand Up @@ -14,6 +14,7 @@ default:
contexts:
- phpDocumentor\Behat\Contexts\EnvironmentContext:
workingDir: /tmp/phpdoc-behat/cli
- phpDocumentor\Behat\Contexts\Ast\ApiContext
paths: [ "%paths.base%/tests/features/cli" ]
filters:
tags: "~@php5.6+"
Expand Down
5 changes: 5 additions & 0 deletions composer.json
Expand Up @@ -79,5 +79,10 @@
"dev-develop": "3.0-dev",
"dev-master": "2.9.x-dev"
}
},
"scripts": {
"auto-scripts": {

}
}
}

0 comments on commit 3295664

Please sign in to comment.