aboutsummaryrefslogtreecommitdiffhomepage
path: root/travis.sh
Commit message (Collapse)AuthorAge
* Added C# conformance tests.Gravatar Jon Skeet2015-08-05
| | | | | | | The tests are run from Travis in the same way as on other platforms. Currently some expected failures - but only expected in that they're what we got to start with. Will try to fix them in other pull requests.
* Added Ruby to conformance tests.Gravatar Josh Haberman2015-07-16
| | | | | | | | | | | | | This involved fixing a few important bugs in the Ruby implementation -- mostly cases of mixing upb field types and descriptor types (upb field types do not distinguish between int/sint/fixed/sfixed like descriptor types do). Also added protobuf-specific exceptions so parse errors can be caught specifically. Change-Id: Ib49d3db976900b2c6f3455c8b88af52cfb86e036
* Remove the OS X checks from travis.sh, instead use excludes to not fire up a ↵Gravatar Thomas Van Lenten2015-06-10
| | | | vm for something we can't test.
* csharp travis integrationGravatar Jan Tattermusch2015-05-18
|
* Only generate protos in developmentGravatar Tamir Duberstein2015-05-15
| | | | Fixes #333.
* Allow tests to run on OS XGravatar Tamir Duberstein2015-05-15
|
* Don't hardcode bashGravatar Tamir Duberstein2015-05-15
|
* Refactor Travis tests: split configs and run in parallel.Gravatar Chris Fallin2015-05-14