mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-29 00:01:21 +00:00
Update scrutinizer.yml, .gitignore and add .gitmodules
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -0,0 +1,3 @@
|
||||
[submodule "libraries/lithium"]
|
||||
path = libraries/lithium
|
||||
url = git://github.com/UnionOfRAD/lithium.git
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user