Skip to content

Commit 06b0ff2

Browse files
Rolando Santamaria MasoRolando Santamaria Maso
authored andcommitted
updating tracis CI
1 parent 64851f8 commit 06b0ff2

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

.travis.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
language: node_js
22
node_js:
3-
- "8"
3+
- "10"
4+
- "12"
5+
- "14"
46

5-
before_install:
6-
# package-lock.json was introduced in npm@5
7-
- '[[ $(node -v) =~ ^v9.*$ ]] || npm install -g npm@latest' # skipped when using node 9
8-
install: npm install
7+
script:
8+
- npx standard
9+
- npm run test

0 commit comments

Comments
 (0)