Skip to content

Commit

Permalink
Travis CI 💚
Browse files Browse the repository at this point in the history
  • Loading branch information
derhuerst committed May 24, 2016
1 parent 4efc016 commit 0b8f0cd
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,8 @@ insert_final_newline = true
[**.{js, json}]
indent_style = tab
indent_size = 4

# Use spaces in YAML.
[**.{yml,yaml}]
indent_style = spaces
indent_size = 2
7 changes: 7 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
sudo: false
language: node_js
node_js:
- 'stable'
- '6'
- '5'
- '4'

0 comments on commit 0b8f0cd

Please sign in to comment.