Skip to content

Commit

Permalink
Enable TravisCI (#18)
Browse files Browse the repository at this point in the history
* Create .travis.yml

* Add TravisCI badge
  • Loading branch information
Thomas Parisot authored and connium committed May 3, 2018
1 parent b1099b2 commit b8d93ed
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
13 changes: 13 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
dist: trusty
sudo: false

language: node_js
node_js: v8

deploy:
- provider: npm
skip_cleanup: true
on:
tags: true
email: "$NPM_EMAIL"
api_key: "$NPM_TOKEN"
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# simple-odf
# simple-odf

Open Document Format made easy using pure JavaScript and Node.js

[![Linux Build][https://travis-ci.org/connium/simple-odf.svg]](https://travis-ci.org/connium/simple-odf)
[![Dependencies](https://david-dm.org/connium/simple-odf.svg)](https://david-dm.org/connium/simple-odf)
[![Known Vulnerabilities](https://snyk.io/test/github/connium/simple-odf/badge.svg)](https://snyk.io/test/github/connium/simple-odf)
[![Version](https://img.shields.io/npm/v/simple-odf.svg)](https://www.npmjs.com/package/simple-odf)
Expand Down

0 comments on commit b8d93ed

Please sign in to comment.