Skip to content

Commit 0160785

Browse files
author
Krasimir Tsonev
committed
Adding travis support #25
1 parent b984d6b commit 0160785

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

.travis.yml

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
language: node_js
2+
node_js:
3+
- "node"
4+
- "7"
5+
- "6"

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
Webpack based boilerplate for producing libraries (Input: ES6, Output: universal library)
44

5+
![Travis](https://travis-ci.org/krasimir/webpack-library-starter.svg?branch=master)
6+
57
## Features
68

79
* Webpack 3 based.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "webpack-library-starter",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "Produce universal library with webpack and es6",
55
"main": "lib/library.js",
66
"scripts": {

0 commit comments

Comments
 (0)