diff --git a/.travis.yml b/.travis.yml index a9f2514..74ba571 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,4 +3,4 @@ node_js: - "11" - "10" - "8" -script: npm tests \ No newline at end of file +script: npm run test \ No newline at end of file