diff --git a/.travis.yml b/.travis.yml index 2134c2ffe4..e906c300aa 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,7 +7,7 @@ branches: only: - master - next - - + language: node_js cache: @@ -51,7 +51,7 @@ before_script: - npm --version script: - - npm run $SCRIPT + - npm run $JOB_PART after_success: - npm i codecov