zsaleeba / picoc

A very small C interpreter
1.45k stars 183 forks source link

Add basic travis-ci.org support #13

Open GregAujay opened 9 years ago

GregAujay commented 9 years ago

Let's add something simple that makes sure pull requests are tested and do not break the project.

First travis integration could show that build is passing on 64 bits platform but failing on 32 bits ones. Then starting from their we could use the pull requests to fix these issues.