mozilla / positron

a experimental, Electron-compatible runtime on top of Gecko
Other
564 stars 64 forks source link

integrate changes continuously using Travis CI #34

Open mykmelez opened 8 years ago

mykmelez commented 8 years ago

We should integrate changes continuously, using Travis CI to build and test pull requests and merges. The Electron unit tests don't work yet, but the "hello world" app does, so the "test" portion can simply run that app and check the outcome. We may need to hack the app to auto-quit and report results.