Skip to content

Commit

Permalink
add travis file
Browse files Browse the repository at this point in the history
  • Loading branch information
nturley committed Dec 8, 2016
1 parent 4d54a2f commit a76f452
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
node_modules
out.svg
out.svg
test/*.svg
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:
- "6"
- "6.1"
- "5.11"
- "0.6"
- "iojs"

0 comments on commit a76f452

Please sign in to comment.