Skip to content

Commit

Permalink
chore(scripts): Clean up package.json test:ci script (#580)
Browse files Browse the repository at this point in the history
  • Loading branch information
bantic authored Aug 31, 2017
1 parent 766fba5 commit 00528be
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"repository": "https://github.com/bustle/mobiledoc-kit",
"scripts": {
"start": "broccoli serve --host 0.0.0.0",
"test:ci": "PATH=node_modules/phantomjs-prebuilt/bin/:$PATH npm run build:docs && npm run build && testem ci -f testem-ci.json",
"test:ci": "npm run build:docs && npm run build && testem ci -f testem-ci.json",
"test": "npm run build:docs && npm run build && testem ci -f testem.json",
"build": "rm -rf dist && broccoli build dist",
"build:docs": "jsdoc -c ./.jsdoc",
Expand Down
5 changes: 5 additions & 0 deletions testem.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@
"launch_in_dev": [
"Chrome"
],
"launch_in_ci": [
"Chrome",
"Firefox",
"Safari"
],
"browser_args": {
"Chrome": [
"--disable-gpu",
Expand Down

0 comments on commit 00528be

Please sign in to comment.