From 24a82de2862775763d340349d7307d894a8bdf77 Mon Sep 17 00:00:00 2001 From: Gajus Kuizinas Date: Fri, 26 Apr 2019 07:09:52 +0100 Subject: [PATCH] fix: run tests serial --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index ba5d0f97..3bbc202f 100755 --- a/.travis.yml +++ b/.travis.yml @@ -6,7 +6,7 @@ script: - npm run build - npm run test - npm run lint - - NODE_ENV=test nyc --silent ava + - NODE_ENV=test nyc --silent ava --serial - nyc report --reporter=text-lcov | coveralls - nyc check-coverage --lines 50 after_success: