minor tweaks

This commit is contained in:
Sindre Sorhus 2016-01-17 12:44:51 +01:00
parent 18c64ad7ba
commit 308f6b6a1e
2 changed files with 2 additions and 4 deletions

View file

@ -10,6 +10,3 @@ insert_final_newline = true
[{package.json,*.yml}]
indent_style = space
indent_size = 2
[*.md]
trim_trailing_whitespace = false

View file

@ -1,7 +1,8 @@
sudo: false
language: node_js
node_js:
- 'iojs'
- '5'
- '4'
- '0.12'
- '0.10'
after_success: npm run coveralls