Skip to content

Commit

Permalink
Merge pull request #598 from canvg/travis
Browse files Browse the repository at this point in the history
adding travis config
  • Loading branch information
gabelerner committed Aug 8, 2018
2 parents 03459d2 + d1e337a commit 03f4f63
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .travis.yml
@@ -0,0 +1,6 @@
language: node_js
node_js:
- "node"
before_install:
- sudo apt-get update
- sudo apt-get install -y libgif-dev
2 changes: 2 additions & 0 deletions README.md
@@ -1,3 +1,5 @@
[![Build Status](https://travis-ci.com/canvg/canvg.svg?branch=master)](https://travis-ci.com/canvg/canvg)

Looking for Contributors
============
In an attempt to keep this repo more active and merge PRs and do releases, if you would like to be a contributor, please start a conversation with me at gabelerner at gmail. The prerequisite is to have a few PRs open to prove out an understanding of the code. Thanks!
Expand Down

0 comments on commit 03f4f63

Please sign in to comment.