Skip to content

Commit b68d802

Browse files
authored
Merge pull request #3802 from curbengh/ci-node-13
ci: add node 13 and updating caching option
2 parents 94b4692 + b22fff3 commit b68d802

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.travis.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,13 @@ addons:
66
- time
77

88
cache:
9-
apt: true
10-
directories:
11-
- node_modules
9+
npm: true
1210

1311
node_js:
1412
- "8"
1513
- "10"
16-
- "node"
14+
- "12"
15+
- "13"
1716

1817
script:
1918
- npm run eslint

0 commit comments

Comments
 (0)