Skip to content

Commit 4416e51

Browse files
Rolando Santamaria MasoRolando Santamaria Maso
authored andcommitted
adding linting to CI
1 parent 7bfe5aa commit 4416e51

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.travis.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,9 @@
22
language: node_js
33
node_js:
44
- "10"
5+
- "12"
6+
- "14"
57

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

0 commit comments

Comments
 (0)