From 81d6f15456387160f26f1449dbba97c8e7054a85 Mon Sep 17 00:00:00 2001 From: Stuart Taylor Date: Fri, 15 Feb 2019 23:54:14 +0000 Subject: [PATCH] fix: unbreak the test command --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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