File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 88 - node_modules
99 - packages/create-react-app/node_modules
1010 - packages/react-scripts/node_modules
11+ install : true
1112script :
1213 - ' if [ $TEST_SUITE = "simple" ]; then tasks/e2e-simple.sh; fi'
1314 - ' if [ $TEST_SUITE = "installs" ]; then tasks/e2e-installs.sh; fi'
2122 - TEST_SUITE=kitchensink
2223matrix :
2324 include :
25+ - node_js : 0.10
26+ env : TEST_SUITE=simple
2427 - node_js : 6
2528 env : USE_YARN=yes TEST_SUITE=simple
Original file line number Diff line number Diff line change 6565cd ..
6666root_path=$PWD
6767
68- npm install
69-
7068# If the node version is < 4, the script should just give an error.
7169if [[ ` node --version | sed -e ' s/^v//' -e ' s/\..*//g' ` -lt 4 ]]
7270then
7573 [[ $err_output =~ You\ are\ running\ Node ]] && exit 0 || exit 1
7674fi
7775
76+ npm install
77+
7878if [ " $USE_YARN " = " yes" ]
7979then
8080 # Install Yarn so that the test can use it to install packages.
You can’t perform that action at this time.
0 commit comments