diff --git a/.travis.yml b/.travis.yml index 57ccdd8..3dcb40a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,7 +2,7 @@ language: node_js os: - linux node_js: - - "12.7" + - "12.8" - "11.15" - "10.16" - "9.11" @@ -39,6 +39,8 @@ matrix: env: POSTTEST=true - node_js: "4" env: COVERAGE=true + - node_js: "12.7" + env: TEST=true ALLOW_FAILURE=true - node_js: "12.6" env: TEST=true ALLOW_FAILURE=true - node_js: "12.5"