Skip to content

Commit 589361e

Browse files
author
jfusco
committed
Fixing format of Travis file and removing it from the editorconfig.
1 parent 558fb65 commit 589361e

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.editorconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ root = true
99
charset = utf-8
1010

1111
# Main styles for our files
12-
[{src/**/*.{js,scss,html},.eslintrc,package.json,gulpfile.babel.js,.babelrc,.travis.yml}]
12+
[{src/**/*.{js,scss,html},.eslintrc,package.json,gulpfile.babel.js,.babelrc}]
1313
indent_style = tab
1414
end_of_line = lf
1515
trim_trailing_whitespace = true

.travis.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
language: node_js
22
node_js:
3-
- "4.1"
3+
- "4.1"
44
branches:
5-
only:
6-
- master
5+
only:
6+
- master
77
before_install:
8-
- npm install -g eslint
9-
- npm install -g babel-cli
8+
- npm install -g eslint
9+
- npm install -g babel-cli
1010
script:
1111
- "gulp eslint && npm test"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "es6-event-emitter",
3-
"version": "1.5.0",
3+
"version": "1.5.1",
44
"description": "Custom event/messaging system for JavaScript es2015",
55
"main": "dist/emitter.js",
66
"license": "MIT",

0 commit comments

Comments
 (0)