Skip to content

Commit 137b232

Browse files
committed
Add Travis CI integration
1 parent 2e99880 commit 137b232

File tree

3 files changed

+7
-0
lines changed

3 files changed

+7
-0
lines changed

.npmignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
.gitignore
22
.eslintrc
3+
.travis.yml
34
node_modules/
45
npm-debug.log
56
/lib/*.es6

.travis.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
sudo: false
2+
language: node_js
3+
node_js:
4+
- stable
5+
- "0.12"

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# PostHTML Extend
22
[![npm version](https://badge.fury.io/js/posthtml-extend.svg)](http://badge.fury.io/js/posthtml-extend)
3+
[![Build Status](https://travis-ci.org/maltsev/posthtml-extend.svg?branch=master)](https://travis-ci.org/maltsev/posthtml-extend)
34

45
[PostHTML](https://github.com/posthtml/posthtml) plugin that allows a template to extend another templates (Jade-like).
56

0 commit comments

Comments
 (0)