Skip to content

Commit 7769590

Browse files
committed
[INTERNAL] Add travis CI badge + package.json cleanup
1 parent 734a870 commit 7769590

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
> Modules for building a UI5 projects dependency tree, including configuration
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-project.svg?branch=master)](https://travis-ci.org/SAP/ui5-project)
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

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)