mirror of
https://gitee.com/openharmony/third_party_typescript
synced 2025-03-01 08:35:44 +00:00
Remove CodeClimate stuff
This commit is contained in:
parent
79995f5598
commit
b2b3d8b276
11
.travis.yml
11
.travis.yml
@ -3,13 +3,4 @@ language: node_js
|
||||
node_js:
|
||||
- '0.10'
|
||||
|
||||
sudo: false
|
||||
|
||||
before_script: npm install -g codeclimate-test-reporter
|
||||
|
||||
after_script:
|
||||
- cat coverage/lcov.info | codeclimate
|
||||
|
||||
addons:
|
||||
code_climate:
|
||||
repo_token: 9852ac5362c8cc38c07ca5adc0f94c20c6c79bd78e17933dc284598a65338656
|
||||
sudo: false
|
@ -39,9 +39,8 @@
|
||||
"chai": "latest",
|
||||
"browserify": "latest",
|
||||
"istanbul": "latest",
|
||||
"codeclimate-test-reporter": "latest"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "jake generate-code-coverage"
|
||||
"test": "jake runtests"
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user