Skip to content

Commit bf040c1

Browse files
committed
README: Add Travis badge
1 parent 9b61f70 commit bf040c1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# vue-web-extension-boilerplate
22

3+
[![Build Status](https://travis-ci.org/Kocal/vue-web-extension.svg?branch=master)](https://travis-ci.org/Kocal/vue-web-extension)
4+
35
This template allows you to quickly start a web extension containing:
46

57
- Boilerplate for `manifest.json` and `background.js` files, and for `icons` / `popup` folders,
@@ -45,4 +47,4 @@ Watch for modifications then run `npm run build:web`.
4547
### `npm run build-zip`
4648

4749
Build a zip file following this format `<name>-v<version>.zip`, by reading `name` and `version` from `manifest.json` file.
48-
Zip file is located in `dist-zip` folder.
50+
Zip file is located in `dist-zip` folder.

0 commit comments

Comments
 (0)