Update scrutinizer.yml, .gitignore and add .gitmodules

This commit is contained in:
DariusIII
2016-04-28 09:41:48 +02:00
parent b06c5f3c23
commit 35768feb54
4 changed files with 49 additions and 38 deletions
+2
View File
@@ -27,10 +27,12 @@
*.txt -binary text eol=lf conflict-marker-size=100
*.vcproj -binary text eol=crlf
*.xml -binary text eol=lf
*.yml -binary text eol=lf
libs/* -whitespace
Changelog -binary text eol=lf
.gitignore -binary text
.gitattributes -binary text
.gitmodules -binary text
composer.lock -binary text
+3
View File
@@ -0,0 +1,3 @@
[submodule "libraries/lithium"]
path = libraries/lithium
url = git://github.com/UnionOfRAD/lithium.git
+4
View File
@@ -1,4 +1,8 @@
build:
dependencies:
# Overwrites inferred commands
override:
- 'composer install --no-interaction --no-dev --prefer-source --no-scripts'
environment:
php:
version: 5.5.14
+2
View File
@@ -1,3 +1,5 @@
2016-04-28 DariusIII
* Upd: Update scrutinizer.yml, .gitignore and add .gitmodules
2016-04-27 DariusIII
* Upd: Scrutinizer.yml
* Upd: Update composer, add more scripts to be managed by composer and remove scripts not used.