Fails by default when running tests in travis
Created by: ForbesLindesay
Because we enable watch by default, 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
.