Skip to content

Commit 1f199d8

Browse files
Rolando Santamaria MasoRolando Santamaria Maso
authored andcommitted
updating CI
1 parent b3d63fd commit 1f199d8

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
@@ -1,5 +1,9 @@
11
language: node_js
22
node_js:
33
- "10"
4+
- "12"
5+
- "14"
46

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

0 commit comments

Comments
 (0)