Skip to content

Commit 63795ce

Browse files
Rolando Santamaria MasoRolando Santamaria Maso
authored andcommitted
adding linting to CI
1 parent 04aaca7 commit 63795ce

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
@@ -5,4 +5,6 @@ node_js:
55
- "12"
66
- "14"
77

8-
install: npm install
8+
script:
9+
- npx standard
10+
- npm run test

0 commit comments

Comments
 (0)