Skip to content

Commit 1c00272

Browse files
committed
use ci script on the pipeline 🏹 ..
1 parent 70ac6a2 commit 1c00272

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,7 @@ language: node_js
22
node_js:
33
- 10
44
- 12
5-
after_success:
5+
script:
6+
- npm run test-ci
7+
after_script:
68
- npm run coverage

0 commit comments

Comments
 (0)