Skip to content

Commit fd5fa82

Browse files
committed
feat(continuous-integration): Continuous integration with Travis
1 parent 8772608 commit fd5fa82

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)