Skip to content

Commit

Permalink
Updated travis, included editorconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrick committed Jun 3, 2015
1 parent 315b4e3 commit 772c9a0
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
13 changes: 13 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# http://editorconfig.org
root = true

[*]
indent_style = space
indent_size = 4
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = false

[*.md]
trim_trailing_whitespace = true
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
language: node_js
node_js:
- '0.12'
- '0.10'
- '0.12'
- '0.10'
- 'iojs'

0 comments on commit 772c9a0

Please sign in to comment.