Skip to content

Commit d7195db

Browse files
authored
Add attributes file, add node 11 to travis (#36)
1 parent 1655387 commit d7195db

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.gitattributes

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Set the default behavior, in case people don't have core.autocrlf set
2+
* text=auto
3+
4+
# Require Unix line endings
5+
* text eol=lf

.travis.yml

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
language: node_js
22

33
node_js:
4+
- "11"
45
- "10"
56
- "8"
67
- "6"

0 commit comments

Comments
 (0)