File tree 2 files changed +5
-2
lines changed
2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 8
8
- node_modules
9
9
- packages/create-react-app/node_modules
10
10
- packages/react-scripts/node_modules
11
+ install : true
11
12
script :
12
13
- ' if [ $TEST_SUITE = "simple" ]; then tasks/e2e-simple.sh; fi'
13
14
- ' if [ $TEST_SUITE = "installs" ]; then tasks/e2e-installs.sh; fi'
21
22
- TEST_SUITE=kitchensink
22
23
matrix :
23
24
include :
25
+ - node_js : 0.10
26
+ env : TEST_SUITE=simple
24
27
- node_js : 6
25
28
env : USE_YARN=yes TEST_SUITE=simple
Original file line number Diff line number Diff line change 65
65
cd ..
66
66
root_path=$PWD
67
67
68
- npm install
69
-
70
68
# If the node version is < 4, the script should just give an error.
71
69
if [[ ` node --version | sed -e ' s/^v//' -e ' s/\..*//g' ` -lt 4 ]]
72
70
then
75
73
[[ $err_output =~ You\ are\ running\ Node ]] && exit 0 || exit 1
76
74
fi
77
75
76
+ npm install
77
+
78
78
if [ " $USE_YARN " = " yes" ]
79
79
then
80
80
# Install Yarn so that the test can use it to install packages.
You can’t perform that action at this time.
0 commit comments