diff --git a/.travis.yml b/.travis.yml index 2ab2ec2..309790f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,7 @@ dist: trusty language: node_js node_js: - - "12" + - "13" os: - linux @@ -12,10 +12,10 @@ os: matrix: include: - - node_js: "8" - os: linux - node_js: "10" os: linux + - node_js: "12" + os: linux cache: yarn: true