Skip to content

Commit

Permalink
p3x-robot sunday release 2017-8-13 18:10:19
Browse files Browse the repository at this point in the history
  • Loading branch information
p3x-robot committed Aug 13, 2017
1 parent 05ae275 commit 4c7eebc
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 33 deletions.
12 changes: 0 additions & 12 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -16,20 +16,8 @@ build/
._*
Thumbs.db
.cache
.project
.settings
.tmproj
*.esproj
nbproject
*.sublime-project
*.sublime-workspace
.hg
.svn
.CVS
node_modules
/config.ini
cache.properties
composer.phar
/git-test
/bower_components
.idea/workspace.xml
Expand Down
4 changes: 0 additions & 4 deletions .scrutinizer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,6 @@ filter:
- node_modules/*
- build/*
- artifacts/*
- deployment/vendor/*
- deployment/build/*
- deployment/public/production/*
- deployment/public/components/*

build:
cache:
Expand Down
15 changes: 0 additions & 15 deletions gitlist.iml
Original file line number Diff line number Diff line change
Expand Up @@ -12,20 +12,5 @@
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="module-library">
<library name="PHARS">
<CLASSES>
<root url="phar://$MODULE_DIR$/vendor/phar-io/manifest/tests/_fixture/test.phar/" />
<root url="phar://$MODULE_DIR$/vendor/twig/twig/test/Twig/Tests/Loader/Fixtures/phar/phar-sample.phar/" />
<root url="phar://$MODULE_DIR$/vendor/phpunit/phpunit/tests/_files/phpunit-example-extension/tools/phpunit.d/phpunit-example-extension-1.0.1.phar/" />
</CLASSES>
<JAVADOC />
<SOURCES>
<root url="phar://$MODULE_DIR$/vendor/phar-io/manifest/tests/_fixture/test.phar/" />
<root url="phar://$MODULE_DIR$/vendor/twig/twig/test/Twig/Tests/Loader/Fixtures/phar/phar-sample.phar/" />
<root url="phar://$MODULE_DIR$/vendor/phpunit/phpunit/tests/_files/phpunit-example-extension/tools/phpunit.d/phpunit-example-extension-1.0.1.phar/" />
</SOURCES>
</library>
</orderEntry>
</component>
</module>
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"devDependencies": {
"bootstrap": "^3.3.7",
"bootswatch": "^3.3.7",
"corifeus-utils": "^1.1.405-94",
"corifeus-utils": "^1.1.413-102",
"font-awesome": "^4.7.0",
"grunt": "^1.0.1",
"grunt-contrib-clean": "^1.1.0",
Expand Down
2 changes: 1 addition & 1 deletion phpunit.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
</whitelist>
</filter>
<logging>
<log type="coverage-html" target="build/phpunit" title="patrikx3/resume-web" charset="UTF-8" />
<log type="coverage-html" target="build/phpunit" title="patrikx3/gitlist" charset="UTF-8" />
<log type="coverage-text" target="php://stdout" />
<log type="coverage-clover" target="build/coverage.xml" />
</logging>
Expand Down

0 comments on commit 4c7eebc

Please sign in to comment.