From f720cea65f804ae43747d47815c55645902cf929 Mon Sep 17 00:00:00 2001 From: Lucas Duailibe Date: Fri, 18 May 2018 15:00:05 -0300 Subject: [PATCH] Add --runInBand back to Travis --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index d0a4ff69..42358e3b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -30,7 +30,7 @@ before_script: script: - if [ "${JOB}" = "lint" ]; then yarn lint && yarn lint-docs; fi - - if [ "${JOB}" = "test" ]; then yarn test --maxWorkers=4 --ci; fi + - if [ "${JOB}" = "test" ]; then yarn test --runInBand --ci; fi - if [ "${JOB}" = "test" ]; then yarn codecov; fi branches: