We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8772608 commit fd5fa82Copy full SHA for fd5fa82
.travis.yml
@@ -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
@@ -1,4 +1,5 @@
# Typescript Webpack Starter
+[](https://travis-ci.org/emyann/typescript-webpack-starter)
>A damn simple ES6 and Typescript Starter kit using webpack for packaging. Perfect for bootstraping your javascript project regardless any framework.
## Built upon
0 commit comments