Skip to content

Commit a086560

Browse files
committed
Add travis config
1 parent 62037e8 commit a086560

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

.travis.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
language: node_js
2+
node_js:
3+
- "6"
4+
- "7"
5+
cache: yarn

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
# HackMD Desktop
22

3+
[![Build Status](https://travis-ci.org/hackmdio/hackmd-desktop.svg?branch=master)](https://travis-ci.org/hackmdio/hackmd-desktop)
4+
35
An electron wrapped desktop client for HackMD :tada:
46

57
[Download Here](https://github.com/hackmdio/hackmd-desktop/releases)
68

7-
![editor](./docs/images/editor.png?)
9+
![editor](./docs/images/editor.png)
810

911
## Tools
1012

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@
1010
"dist": "build -mw --linux deb",
1111
"dist:macos": "build -m",
1212
"dist:linux": "build --linux deb",
13-
"lint": "standard"
13+
"lint": "standard",
14+
"test": "npm run lint"
1415
},
1516
"author": "HackMD <[email protected]> (https://hackmd.io)",
1617
"license": "MIT",

0 commit comments

Comments
 (0)