diff --git a/.travis.yml b/.travis.yml index 49a856a7..3f550ebc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,7 +2,8 @@ if: NOT (commit_message =~ /^\[docs\]/) language: node_js os: linux -node_js: latest +node_js: + - 12.9 before_script: - npm install - npm start