mirror of
https://github.com/wassname/generator-react-webpack.git
synced 2026-09-05 16:30:40 +08:00
Added correct node version for travis
This commit is contained in:
+1
-2
@@ -1,7 +1,6 @@
|
||||
language: node_js
|
||||
node_js:
|
||||
- '0.10'
|
||||
- '4.1.0'
|
||||
before_install:
|
||||
- currentfolder=${PWD##*/}
|
||||
- if [ "$currentfolder" != 'generator-react-webpack' ]; then cd .. && eval "mv $currentfolder generator-react-webpack" && cd generator-react-webpack; fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user