Skip to content

Commit

Permalink
Try using --serial for AVA on Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
sondr3 committed May 23, 2016
1 parent 069ba32 commit 9b180fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"repository": "sondr3/generator-jekyllized",
"license": "MIT",
"scripts": {
"test": "xo && nyc ava"
"test": "xo && nyc ava --serial"
},
"files": [
"index.js",
Expand Down

0 comments on commit 9b180fa

Please sign in to comment.