Skip to content
This repository was archived by the owner on Oct 11, 2022. It is now read-only.

Commit 0ce60cf

Browse files
committed
Add TravisCI
1 parent 352bed4 commit 0ce60cf

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

.travis.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
language: node_js
2+
node_js:
3+
- 8
4+
script:
5+
- node --version
6+
- yarn --version
7+
- yarn run test
8+
cache:
9+
yarn: true
10+
directories:
11+
- node_modules

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
draft-js-markdown-plugin
22
==================================
33

4+
[![Build Status](https://travis-ci.org/withspectrum/draft-js-markdown-plugin.svg?branch=master)](https://travis-ci.org/withspectrum/draft-js-markdown-plugin)
45
[![npm](https://img.shields.io/npm/v/draft-js-markdown-plugin.svg)][npm]
56
<!-- [![Coverage Status](https://coveralls.io/repos/github/withspectrum/draft-js-markdown-plugin/badge.svg?branch=master)](https://coveralls.io/github/withspectrum/draft-js-markdown-plugin?branch=master) -->
67

0 commit comments

Comments
 (0)