Skip to content

Commit

Permalink
minor tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
sindresorhus committed Jan 17, 2016
1 parent 18c64ad commit 308f6b6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 0 additions & 3 deletions .editorconfig
Expand Up @@ -10,6 +10,3 @@ insert_final_newline = true
[{package.json,*.yml}]
indent_style = space
indent_size = 2

[*.md]
trim_trailing_whitespace = false
3 changes: 2 additions & 1 deletion .travis.yml
@@ -1,7 +1,8 @@
sudo: false
language: node_js
node_js:
- 'iojs'
- '5'
- '4'
- '0.12'
- '0.10'
after_success: npm run coveralls

0 comments on commit 308f6b6

Please sign in to comment.