Because [we enable watch by default](%28https://github.com/facebookincubator/create-react-app/blob/67fe75926a693fda5c7990db719a254b953df599/scripts/init.js#L29%29), tests will fail if you enable any CI server. We can fix this in the majority of popular CI systems by checking for `process.env.CI='true'` (see https://docs.travis-ci.com/user/environment-variables/#Default-Environment-Variables), and then disabling `--watch`.