Skip to content

Commit 0ec4b8e

Browse files
committed
Remove codeclimate test reporter
1 parent 5682edc commit 0ec4b8e

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.travis.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,4 @@ addons:
88
services:
99
- xvfb
1010
notifications:
11-
email: false
12-
before_script:
13-
- npm install codeclimate-test-reporter
14-
- alias codeclimate="./node_modules/codeclimate-test-reporter/bin/codeclimate.js"
15-
after_script:
16-
- codeclimate-test-reporter < coverage/lcov.info
11+
email: false

0 commit comments

Comments
 (0)