Added travis support

This commit is contained in:
Chris
2015-10-07 08:46:27 +02:00
parent 0280358f61
commit b40367218f
+6
View File
@@ -0,0 +1,6 @@
language: node_js
node_js:
- '4.1.0'
before_install:
- currentfolder=${PWD##*/}
- if [ "$currentfolder" != 'react-webpack-template' ]; then cd .. && eval "mv $currentfolder react-webpack-template" && cd react-webpack-template; fi