Skip to content

Commit 3ff2fb9

Browse files
committed
[INTERNAL] Add travis CI badge + package.json cleanup
1 parent 63b9f0d commit 3ff2fb9

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
> Modules for running a UI5 development server
55
> Part of the [UI5 Build and Development Tooling](https://github.com/SAP/ui5-tooling)
66
7+
[![Travis CI Build Status](https://travis-ci.org/SAP/ui5-server.svg?branch=master)](https://travis-ci.org/SAP/ui5-server)
8+
79
**This is a Pre-Alpha release!**
810
**The UI5 Build and Development Tooling described here is not intended for productive use yet. Breaking changes are to be expected.**
911

@@ -17,7 +19,7 @@ The development server has already a set of middlewares which supports the devel
1719
* Translation files with `.properties` extension are properly encoded with **ISO-8859-1**
1820
* Changes on files with `.less` extension triggers a theme build and delivers the compiled CSS files
1921
* Version Info is created automatically (`/resources/sap-ui-version.json`)
20-
* * List project files with URL (needed exclusively by the OpenUI5 testsuite): `/discovery/app_pages`, `/discovery/all_libs`, `/discovery/all_tests`
22+
* List project files with URL (needed exclusively by the OpenUI5 testsuite): `/discovery/app_pages`, `/discovery/all_libs`, `/discovery/all_tests`
2123

2224
## Certificates for HTTPS or HTTP/2
2325

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,7 @@
4848
"docs/**",
4949
"jsdocs/**",
5050
"coverage/**",
51-
"test/**",
52-
"lib/lbt/**"
51+
"test/**"
5352
],
5453
"check-coverage": true,
5554
"lines": 70,

0 commit comments

Comments
 (0)