aboutsummaryrefslogtreecommitdiffhomepage
path: root/.travis.yml
Commit message (Collapse)AuthorAge
* 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.
* Exclude 3 failing tests on osx from travis.Gravatar Feng Xiao2015-06-08
|
* csharp travis integrationGravatar Jan Tattermusch2015-05-18
|
* Refactor Travis tests: split configs and run in parallel.Gravatar Chris Fallin2015-05-14
|
* Added Ruby to Travis testing.Gravatar Chris Fallin2015-05-13
| | | | | | | | | - Added RVM-based Ruby test driver that tests MRI and JRuby. - Fixed JRuby compilation (at least in my current setup): force source version to 1.6 (Java 6) to allow generics and annotations. - Modify the skipped JRuby JSON tests so that the exit code is 0 (skip() results in a failing exit code from `rake test`). An upcoming PR should fix JSON under JRuby in general soon.
* Run conformance tests against Java for the Travis build.Gravatar Josh Haberman2015-05-06
| | | | Change-Id: I8ef8664f7facf86028be3f4f0d5d2efc8a685d6d
* [PYTHON] Drop dependency on 'google.apputils'.Gravatar Tamir Duberstein2015-04-10
| | | | Use stdlib's 'unittest' instead.
* Export LD_LIBRARY_PATH.Gravatar Josh Haberman2015-04-09
|
* Fix for current directory in Travis tests.Gravatar Josh Haberman2015-04-09
|
* Added Python to Travis build and clarified setup instructions.Gravatar Josh Haberman2015-04-09
|
* Run `java{,nano}` tests in CIGravatar Tamir Duberstein2015-04-02
|
* Parallelize CIGravatar Tamir Duberstein2015-03-18
|
* Use Travis container-based buildsGravatar Tamir Duberstein2015-03-18
|
* Add OS X to travis; fix tests to pass on OS XGravatar Tamir Duberstein2015-03-18
|
* Adds Travis Cl support to test the code automatically.Gravatar Feng Xiao2014-12-12