Skip to content

Commit 855c3f6

Browse files
authored
Update travis config (#6)
* travis * EthersModule * update (#3) * Coveralls config (#4) * config * readme * update readme * update travis config
1 parent c5df726 commit 855c3f6

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ script:
1313
- npm run build
1414
- npm run test:cov
1515

16-
after_deploy:
16+
after_success:
1717
- npm run report
1818

1919
notifications:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nestjs-ethers",
3-
"version": "0.1.0-alpha.0",
3+
"version": "0.1.0-alpha.1",
44
"description": "The ethers.js library for NestJS",
55
"author": "Jose Ramirez <jarcodallo@gmail.com>",
66
"license": "Apache",

0 commit comments

Comments
 (0)