Skip to content

Commit

Permalink
chore(project): integrate travis-ci
Browse files Browse the repository at this point in the history
  • Loading branch information
nikku committed Nov 17, 2016
1 parent a41c5e4 commit b956c47
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .travis.yml
@@ -0,0 +1,13 @@
language: node_js
node_js: '4.0'

addons:
firefox: "latest-esr"

before_script:
- "export DISPLAY=:99.0"
- "sh -e /etc/init.d/xvfb start"
- sleep 3

script:
- npm run all
2 changes: 2 additions & 0 deletions README.md
@@ -1,5 +1,7 @@
# tiny-svg

[![Build Status](https://travis-ci.org/bpmn-io/tiny-svg.svg?branch=master)](https://travis-ci.org/bpmn-io/tiny-svg)

__tiny-svg__ is a minimal toolbelt for creating clean SVG applications.


Expand Down

0 comments on commit b956c47

Please sign in to comment.