Skip to content

Commit d600880

Browse files
committed
All: Add missing newlines at end of file
1 parent 31a1760 commit d600880

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
node_modules/grunt
22
node_modules/grunt-contrib-jshint
3-
test-release.sh
3+
test-release.sh

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ language: node_js
22
node_js:
33
- "0.8"
44
before_script:
5-
- npm install -g grunt-cli
5+
- npm install -g grunt-cli

0 commit comments

Comments
 (0)