Create a basic .travis.yml
Closed this issue · 2 comments
ErikBjare commented
Right now the build fails since missing Travis conf leads to Travis assuming the project is a Ruby project. It subsequently fails when it fails to find a Rakefile.
I would make a PR, unfortunately I'm traveling (without my computer).
Simply putting the following in the file would do it for now:
language: node_js
eHammarstrom commented
Since we're using create-react-app
, this .travis.yml might be of interest.
ErikBjare commented
Nice find, looks good to me.