diff --git a/.travis.yml b/.travis.yml index f312fed..b15366d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,10 +7,10 @@ node_js: - "15" install: - - alias python=python3 - npm install script: - npm run test + - alias python=python3 - python -V - npm run build