Skip to content

Commit

Permalink
Add sauce test script to package.json and command to circle.yml. (imp…
Browse files Browse the repository at this point in the history
  • Loading branch information
jdalton committed Sep 26, 2016
1 parent a5fd940 commit 66ca2c0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@ test:
override:
- npm run lint -s
- npm run test -s
- npm run test:sauce
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@
"scripts": {
"lint": "jshint js/impress.js *.js test/bootstrap.js && jscs js/impress.js *.js test/bootstrap.js --preset=jquery",
"test": "karma start --single-run",
"test:dev": "karma start"
"test:dev": "karma start",
"test:sauce": "karma start karma.conf-sauce.js"
},
"devDependencies": {
"chrome": "0.1.0",
Expand Down

0 comments on commit 66ca2c0

Please sign in to comment.