Skip to content

Commit

Permalink
Add Travis CI integration
Browse files Browse the repository at this point in the history
  • Loading branch information
rkazakov committed Jun 3, 2018
1 parent f3db4e2 commit c7a8730
Show file tree
Hide file tree
Showing 2 changed files with 11 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
node_js:
- "6"
install:
- npm install
script:
- npm run test
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,11 @@

[![NPM Version][npm-image]][npm-url]
[![Downloads Stats][npm-downloads]][npm-url]

[![Build Status](https://travis-ci.org/rkazakov/ampify.svg?branch=master)](https://travis-ci.org/rkazakov/ampify)
[![tested with jest](https://img.shields.io/badge/tested_with-jest-99424f.svg)](https://github.com/facebook/jest)
[![Known Vulnerabilities](https://snyk.io/test/github/rkazakov/ampify/badge.svg)](https://snyk.io/test/github/rkazakov/ampify)
[![tested with jest](https://img.shields.io/badge/tested_with-jest-99424f.svg)](https://github.com/facebook/jest) [![Greenkeeper badge](https://badges.greenkeeper.io/rkazakov/ampify.svg)](https://greenkeeper.io/)
[![Greenkeeper badge](https://badges.greenkeeper.io/rkazakov/ampify.svg)](https://greenkeeper.io/)

> Convert plain HTML to Google AMP (Accelerated Mobile Pages)
Expand Down

0 comments on commit c7a8730

Please sign in to comment.