forked from orbit-oss/chalk
minor tweaks
This commit is contained in:
parent
18c64ad7ba
commit
308f6b6a1e
2 changed files with 2 additions and 4 deletions
|
|
@ -10,6 +10,3 @@ insert_final_newline = true
|
|||
[{package.json,*.yml}]
|
||||
indent_style = space
|
||||
indent_size = 2
|
||||
|
||||
[*.md]
|
||||
trim_trailing_whitespace = false
|
||||
|
|
|
|||
|
|
@ -1,7 +1,8 @@
|
|||
sudo: false
|
||||
language: node_js
|
||||
node_js:
|
||||
- 'iojs'
|
||||
- '5'
|
||||
- '4'
|
||||
- '0.12'
|
||||
- '0.10'
|
||||
after_success: npm run coveralls
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue