Skip to content
This repository has been archived by the owner on Jan 21, 2021. It is now read-only.

Commit

Permalink
Added Travis.
Browse files Browse the repository at this point in the history
  • Loading branch information
Morten Bo Rønsholdt committed Jun 28, 2017
1 parent 34257a7 commit 906c212
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 1 deletion.
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
sudo: false
cache:
directories:
- "node_modules"
notifications:
email: false
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Verso
# Verso [![Build Status](https://travis-ci.org/shopgun/verso-browser.svg?branch=develop)](https://travis-ci.org/shopgun/verso-browser)

A multi-paged viewer for browsers. See `kitchensink/example1.html` for how it works.
17 changes: 17 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"name": "verso-browser",
"description": "A multi-paged viewer for browsers.",
"main": "dist/verso.js",
"authors": [
"Morten Bo Rønsholdt <mr@shopgun.com> (https://shopgun.com/)"
],
"license": "ISC",
"homepage": "https://github.com/shopgun/verso-browser",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}

0 comments on commit 906c212

Please sign in to comment.