Skip to content

Commit

Permalink
Add basic Travis-CI build
Browse files Browse the repository at this point in the history
- Add basic Node build
- Added build badge
  • Loading branch information
nschonni committed Sep 27, 2013
1 parent 1be8cd5 commit 0ad453f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
language: node_js

node_js:
- "0.10"

before_install:
- npm install grunt-cli -g
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Magnific Popup Repository

[![Build Status](https://travis-ci.org/dimsemenov/Magnific-Popup.png)](https://travis-ci.org/dimsemenov/Magnific-Popup)

Fast, light and responsive lightbox plugin, for jQuery and Zepto.js.

- [Documentation and getting started guide](http://dimsemenov.com/plugins/magnific-popup/documentation.html)
Expand Down

0 comments on commit 0ad453f

Please sign in to comment.