Set up an end-to-end test
Created by: gaearon
This is boring but needed.
Write a script we can run on Travis that tests that create-react-app something && cd something && npm run build
produces a build without error in the build
folder, and that npm run eject
(aka "graduate" before #9 (closed) is fixed) changes the project in a way that npm run build
also works.