dibley1973 / OpenRMS

Open RMS is an Open Source project with the intention of delivering a retail management platform that is free to install, use, modify and distribute.
GNU General Public License v3.0
9 stars 7 forks source link

Set up Travis CI to run CI builds on GH commit #41

Closed dibley1973 closed 7 years ago

dibley1973 commented 7 years ago

As a developer I'd like to see CI builds run after every commit to server. So that I can tell if my changes have broken the build.

dibley1973 commented 7 years ago

Travis build is set up and running. Big thanks to @dasMulli for solution..