Skip to content

Commit 81bf0b4

Browse files
author
Florian Eckerstorfer
committed
Add Travis badge, coveralls config and editorconfig
1 parent 99e003f commit 81bf0b4

File tree

3 files changed

+20
-0
lines changed

3 files changed

+20
-0
lines changed

.coveralls.yml

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
service_name: travis-ci
2+
3+
# for php-coveralls
4+
src_dir: src
5+
coverage_clover: build/logs/clover.xml
6+
json_path: build/logs/coveralls-upload.json

.editorconfig

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
root = true
2+
3+
[*]
4+
indent_style = space
5+
indent_size = 4
6+
charset = utf-8
7+
end_of_line = lf
8+
insert_final_newline = true
9+
trim_trailing_whitespace = true
10+
11+
[*.yml]
12+
indent_style = space
13+
indent_size = 2

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ cocur/nqm
33

44
> Named Query Manager helps you SQL organise queries in files.
55
6+
[![Build Status](http://img.shields.io/travis/cocur/slugify.svg)](https://travis-ci.org/cocur/slugify)
67

78
Features
89
--------

0 commit comments

Comments
 (0)