mirror of
https://github.com/zhigang1992/create-react-app.git
synced 2026-04-29 18:05:47 +08:00
Revert "Don't run CI on Node 0.10" (#1547)
* Revert "Don't run CI on Node 0.10" * Install after checking node version * Don't use travis install
This commit is contained in:
@@ -8,6 +8,7 @@ cache:
|
||||
- node_modules
|
||||
- packages/create-react-app/node_modules
|
||||
- packages/react-scripts/node_modules
|
||||
install: true
|
||||
script:
|
||||
- 'if [ $TEST_SUITE = "simple" ]; then tasks/e2e-simple.sh; fi'
|
||||
- 'if [ $TEST_SUITE = "installs" ]; then tasks/e2e-installs.sh; fi'
|
||||
@@ -21,5 +22,7 @@ env:
|
||||
- TEST_SUITE=kitchensink
|
||||
matrix:
|
||||
include:
|
||||
- node_js: 0.10
|
||||
env: TEST_SUITE=simple
|
||||
- node_js: 6
|
||||
env: USE_YARN=yes TEST_SUITE=simple
|
||||
|
||||
Reference in New Issue
Block a user