mirror of
https://github.com/wassname/react-webpack-template.git
synced 2026-06-27 17:16:57 +08:00
Added travis support
This commit is contained in:
@@ -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
|
||||||
Reference in New Issue
Block a user