Skip to content

Commit

Permalink
Remove extra -- from appveyor to avoid warning on newer yarn
Browse files Browse the repository at this point in the history
  • Loading branch information
SimenB committed Sep 30, 2017
1 parent 78b5ebf commit b3f85a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ cache:
- .eslintcache

test_script:
- node ./yarn.js run jest -- --color
- node ./yarn.js run jest --color

# Don't actually build.
build: off
Expand Down

0 comments on commit b3f85a2

Please sign in to comment.