Skip to content

Commit

Permalink
ci:2nd try
Browse files Browse the repository at this point in the history
  • Loading branch information
gregorybesson committed Dec 4, 2016
1 parent 7877387 commit adb63b6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions nightwatch.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ module.exports = {
"javascriptEnabled" : true,
"acceptSslCerts" : true,
"chromeOptions" : {
"args" : ["start-fullscreen"]
"args" : ["start-fullscreen", "--no-sandbox"]
}
}
},
Expand All @@ -42,7 +42,7 @@ module.exports = {
"javascriptEnabled": true,
"acceptSslCerts" : true,
"chromeOptions" : {
"args" : ["start-fullscreen"]
"args" : ["start-fullscreen", "--no-sandbox"]
}
}
}
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"test-coveralls": "istanbul cover _mocha --report lcovonly -- --recursive --compilers js:babel-register --require babel-polyfill -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage",
"pretest-func": "ROOT=$PWD/tests/demo ./dist/index.js serve -p 3003 &",
"test-func": "sleep 6 && node_modules/.bin/nightwatch --config nightwatch.conf.js",
"posttest-func":"killall node",
"posttest-func": "killall node",
"start": "node --debug --harmony ./dist/server/index.js",
"startpm2": "pm2 startOrRestart ./processes.json",
"babel": "babelify --presets [ es2015 ] src/server/public/scripts/template-engine.js -o src/server/public/scripts/template-engine-compiled.js",
Expand Down Expand Up @@ -118,6 +118,7 @@
"node-sass": "^3.7.0",
"nodemon": "^1.8.1",
"parallelshell": "^2.0.0",
"phantomjs-prebuilt": "^2.1.13",
"selenium-download": "^2.0.7",
"sinon": "^1.17.6",
"sinon-chai": "^2.8.0",
Expand Down

0 comments on commit adb63b6

Please sign in to comment.