Skip to content

Commit c104ad2

Browse files
committed
build(travis): add node 14 to travis build matrix
1 parent b48eec5 commit c104ad2

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ language: node_js
33
node_js:
44
- '10'
55
- '12'
6+
- '14'
67
# keep the npm cache to speed up installs
78
cache:
89
directories:

src/cli/tests/cli.integration.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -466,7 +466,7 @@ test(`${TestDirectories.six}: Sandboxed: yarn, no initial commit`, async (t) =>
466466
'70f4b97f3914e2f399bcc5868e072c29',
467467
'test-6/.gitignore': 'af817565c661f1b15514584c8ea9e469',
468468
'test-6/.prettierignore': '1da1ce4fdb868f0939608fafd38f9683',
469-
'test-6/.travis.yml': 'b56cf7194d8ff58d6cf51c34b0c645e0',
469+
'test-6/.travis.yml': '91976af7b86cffb6960db8c35b27b7d0',
470470
'test-6/.vscode/extensions.json': '2d26a716ba181656faac4cd2d38ec139',
471471
'test-6/.vscode/launch.json': '140e17d591e03b8850c456ade3aefb1f',
472472
'test-6/.vscode/settings.json': 'f70eb64341e74d24d901055a26dc8242',

0 commit comments

Comments
 (0)