diff --git a/.travis.yml b/.travis.yml index f05d149..2458726 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,6 @@ language: node_js node_js: - - "11" + - "12" cache: yarn after_success: - npm run coverage