Add --runInBand back to Travis

master
Lucas Duailibe 2018-05-18 15:00:05 -03:00
parent d0cd112a6f
commit f720cea65f
1 changed files with 1 additions and 1 deletions

View File

@ -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: