Skip to content

Commit

Permalink
Merge pull request #1 from brightcove/travis
Browse files Browse the repository at this point in the history
adding travis yml
  • Loading branch information
dmlap committed Apr 29, 2014
2 parents 6b9567f + adc5ba5 commit c3eb30c
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
language: node_js
node_js:
- '0.10'

before_script:
- npm install -g grunt-cli
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Video.js Overlay

[![Build Status](https://travis-ci.org/brightcove/videojs-overlay.svg?branch=master)](https://travis-ci.org/brightcove/videojs-overlay)

A plugin to display simple overlays during video playback.

## Getting Started
Expand Down
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,8 @@
},
"peerDependencies": {
"video.js": "^4.5"
},
"scripts": {
"test": "grunt"
}
}

0 comments on commit c3eb30c

Please sign in to comment.