Skip to content
This repository was archived by the owner on Jul 19, 2019. It is now read-only.

Commit db87fea

Browse files
authored
[added] .travis.yml config, shields.io badge to integrate with TravisCI hooks (#150)
closes #142
1 parent 2e789f3 commit db87fea

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

Diff for: .travis.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
language: node_js
22
node_js:
3-
- "0.10"
4-
before_script:
5-
- export DISPLAY=:99.0
6-
- sh -e /etc/init.d/xvfb start
3+
- "4"
4+
- "6"
5+
- "stable"
6+
sudo: false

Diff for: README.md

+2
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ React Autocomplete
33

44
Accessible, extensible, Autocomplete for React.js.
55

6+
[![Travis build status](http://img.shields.io/travis/reactjs/react-autocomplete.svg?style=flat)](https://travis-ci.org/reactjs/react-autocomplete/)
7+
68
Docs coming soon, for now just look at the `propTypes` and [examples](https://reactjs.github.io/react-autocomplete/) :)
79

810
Trying to settle on the right API, and then focus hard on accessibility,

0 commit comments

Comments
 (0)