Add Travis for created apps
Created by: Jiansen
In addition to local Jest test, I think it is still useful to include .travis.yml
in the generated app. For example, like CRA, the app could be built and tested in both Node 4 and 6 for every pushed commit.
Travis is harmless for users who don't want to use it.