diff --git a/.travis.yml b/.travis.yml index 1ae4ddf930..d80691c190 100644 --- a/.travis.yml +++ b/.travis.yml @@ -24,7 +24,7 @@ before_script: jobs: include: - stage: Unit and Integration tests - script: test + script: npm test - stage: Artifacts builds if: branch = master && type != pull_request