LSRobotics / 2016Robot

2016 FRC Robot Code
GNU General Public License v3.0
3 stars 10 forks source link

Travis can now build, added some stuff for unit testing #4

Closed msbense closed 8 years ago

msbense commented 8 years ago

Travis passes now, as I modified .travis.yml to use a separate build file called travis_build.xml. This doesn't really mean anything though- it's set up to do absolutely nothing, so of course it passes. I added another folder/package right next to the main robot code in src for unit testing, as well as the jar files for Junit (java unit testing, it adds stuff like assertions) to a new lib folder.