Commit 81bf0b4 Florian Eckerstorfer
committed
1 parent 99e003f commit 81bf0b4 Copy full SHA for 81bf0b4
File tree 3 files changed +20
-0
lines changed
3 files changed +20
-0
lines changed Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ cocur/nqm
3
3
4
4
> Named Query Manager helps you SQL organise queries in files.
5
5
6
+ [ ![ Build Status] ( http://img.shields.io/travis/cocur/slugify.svg )] ( https://travis-ci.org/cocur/slugify )
6
7
7
8
Features
8
9
--------
You can’t perform that action at this time.
0 commit comments