File tree Expand file tree Collapse file tree 1 file changed +2
-7
lines changed Expand file tree Collapse file tree 1 file changed +2
-7
lines changed Original file line number Diff line number Diff line change @@ -6,18 +6,14 @@ export default {
6
6
'babel-plugin-transform-remove-strict-mode' ,
7
7
'babel-loader' ,
8
8
] ,
9
- testCommands : [
10
- `
9
+ testCommands : [ `
11
10
set -e
12
11
export COCO_TRAVIS_TEST=1
13
12
export DISPLAY=:99.0
14
13
if [ -e /etc/init.d/xvfb ]; then
15
14
sh -e /etc/init.d/xvfb start
16
15
fi
17
16
rm -rf public
18
- ` ,
19
- `
20
- set -e
21
17
rm -rf ./node_modules
22
18
source ~/.nvm/nvm.sh
23
19
nvm install 5.10.1
@@ -34,8 +30,7 @@ export default {
34
30
until [ $n -ge 60 ]; do curl http://localhost:3000 && break; n=$[$n+1]; sleep 1; done
35
31
time ./node_modules/karma/bin/karma start --browsers Firefox --single-run --reporters dots
36
32
time npm run jasmine
37
- ` ,
38
- ] ,
33
+ ` ] ,
39
34
expectConversionSuccess : true ,
40
35
expectTestSuccess : true ,
41
36
} ;
You can’t perform that action at this time.
0 commit comments