Skip to content

Commit 678e543

Browse files
Update .travis.yml
1 parent 22e48e3 commit 678e543

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,12 @@ jobs:
3838
include:
3939
- stage: check
4040
language: node_js
41-
node_js: '11'
41+
node_js: '12'
4242
dist: trusty
4343
script: bash travis-ci/bin/js/js-lint.sh
4444

4545
- stage: test
4646
language: node_js
47-
node_js: '11'
47+
node_js: '12'
4848
dist: trusty
4949
script: bash travis-ci/bin/js/js-test.sh

0 commit comments

Comments
 (0)