Skip to content

Commit ba11e26

Browse files
committed
Merge branch 'release/0.2.1'
2 parents a0789ab + fd5fa82 commit ba11e26

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

.travis.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
branches:
2+
only:
3+
- master
4+
- develop
5+
6+
language: node_js
7+
node_js:
8+
- '6.1'
9+
10+
script: true

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# Typescript Webpack Starter
2+
[![Build Status](https://travis-ci.org/emyann/typescript-webpack-starter.svg?branch=develop)](https://travis-ci.org/emyann/typescript-webpack-starter)
23
>A damn simple ES6 and Typescript Starter kit using webpack for packaging. Perfect for bootstraping your javascript project regardless any framework.
34
45
## Built upon

0 commit comments

Comments
 (0)