Skip to content

Commit

Permalink
Circle CI v2 yml
Browse files Browse the repository at this point in the history
  • Loading branch information
siad007 authored and keradus committed Aug 10, 2018
1 parent 1c9553a commit 9573da3
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 25 deletions.
23 changes: 23 additions & 0 deletions .circleci/config.yml
@@ -0,0 +1,23 @@
version: 2

jobs:
build:
macos:
xcode: '9.0'
steps:
- checkout

- save_cache:
key: dependency-cache
paths:
- ~/.composer
- ~/Library/Caches/Homebrew

- run: brew update
- run: brew install php72
- run: echo "memory_limit = 512M" > $(brew --prefix)/etc/php/7.2/conf.d/memory.ini
- run: curl -sS https://getcomposer.org/installer | php
- run: php composer.phar global show hirak/prestissimo -q || php composer.phar global require --no-interaction --no-progress --optimize-autoloader hirak/prestissimo
- run: php composer.phar install --optimize-autoloader --no-interaction --no-progress --no-suggest
- run: vendor/bin/phpunit
- run: PHP_CS_FIXER_FUTURE_MODE=1 php php-cs-fixer --diff --dry-run -v fix
1 change: 1 addition & 0 deletions .gitattributes
Expand Up @@ -9,6 +9,7 @@ tests/Test/AbstractFixerWithAliasedOptionsTestCase.php export-ignore
tests/Test/AbstractTransformerTestCase.php export-ignore

.appveyor.yml export-ignore
.circleci/ export-ignore
.composer-require-checker.json export-ignore
.editorconfig export-ignore
.gitattributes export-ignore
Expand Down
25 changes: 0 additions & 25 deletions circle.yml

This file was deleted.

0 comments on commit 9573da3

Please sign in to comment.