Skip to content

Commit

Permalink
🎨 Update test case
Browse files Browse the repository at this point in the history
  • Loading branch information
nuintun committed Apr 20, 2019
1 parent 03b4247 commit f1b67dd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .prettierrc
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"singleQuote": true,
"overrides": [
{
"files": ["*.css", "*.less", "*.scss"],
"files": ["*.css", "*.less", "*.scss", ".travis.yml", "appveyor.yml"],
"options": {
"singleQuote": false
}
Expand Down
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ node_js:
- "10"
- "11"
sudo: false
before_install:
- "npm update -g"
before_script:
- "npm install mocha"
- "npm install istanbul"
Expand Down

0 comments on commit f1b67dd

Please sign in to comment.