Skip to content
This repository was archived by the owner on Feb 22, 2020. It is now read-only.

Commit edca59d

Browse files
committed
ci: remove test
1 parent 88909fe commit edca59d

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ jobs:
1313
- yarn run prettier
1414
- yarn run tslint
1515
- yarn run build
16-
- yarn test
17-
- nyc report --reporter json
18-
- 'bash <(curl -s https://codecov.io/bash)'
16+
# - yarn test
17+
# - nyc report --reporter json
18+
# - 'bash <(curl -s https://codecov.io/bash)'
1919
- stage: release
2020
script:
2121
- yarn run build

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
"main": "dist/index.js",
1414
"types": "dist/index.d.ts",
1515
"scripts": {
16-
"test": "mocha --require ts-node/register \"src/**/*.test.ts\"",
1716
"semantic-release": "semantic-release",
1817
"prettier": "prettier '**/{*.{js?(on),ts?(x),scss},.*.js?(on)}' --write --list-different",
1918
"tslint": "tslint -c tslint.json -p tsconfig.json './src/*.ts?(x)' './*.ts?(x)'",

0 commit comments

Comments
 (0)