Skip to content

Commit 3c355ef

Browse files
authored
Merge pull request #164 from alexkrolick/master
Update travis config
2 parents ccfcbe3 + 3bc3a1e commit 3c355ef

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.travis.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ language: node_js
22

33
node_js:
44
- "node"
5-
- "6"
6-
- "5"
75

86
before_install:
97
- npm install -g npm
@@ -14,4 +12,4 @@ install:
1412
script:
1513
- make build
1614
- make spec
17-
- make lint
15+
- make lint

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
React-Quill [![](https://travis-ci.org/zenoamaro/react-quill.svg?branch=master)](https://travis-ci.org/zenoamaro/react-quill)
1+
React-Quill [![Build Status](https://travis-ci.org/zenoamaro/react-quill.svg?branch=master)](https://travis-ci.org/zenoamaro/react-quill)
22
==============================================================================
33

44
A [Quill] component for [React].

0 commit comments

Comments
 (0)