Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Dec 19, 2017. It is now read-only.

Commit 60dea23

Browse files
committed
Disable Travis emails & fix linting task
1 parent 750e4c3 commit 60dea23

File tree

2 files changed

+9
-8
lines changed

2 files changed

+9
-8
lines changed

.travis.yml

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
11
language: node_js
22
node_js:
3-
- stable
3+
- stable
44
addons:
55
firefox: latest
66
before_script:
7-
- export DISPLAY=:99.0
8-
- sh -e /etc/init.d/xvfb start
7+
- export DISPLAY=:99.0
8+
- sh -e /etc/init.d/xvfb start
99
script:
10-
- npm run lint
11-
- npm test
10+
- npm run lint
11+
- npm test
1212
after_script:
13-
- ./node_modules/coveralls/bin/coveralls.js < coverage/lcov.txt
13+
- ./node_modules/coveralls/bin/coveralls.js < coverage/lcov.txt
14+
notifications:
15+
email: false

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@
66
"scripts": {
77
"build": "webpack",
88
"watch": "webpack --watch",
9-
"lint": "eslint --max-warnings=0 *.js",
10-
"format": "eslint --fix --max-warnings=0 *.js",
9+
"lint": "eslint --max-warnings=0 *.js src",
1110
"test": "karma start",
1211
"test:watch": "karma start karma.watch.js",
1312
"prepublish": "npm run build"

0 commit comments

Comments
 (0)