aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
Commit message (Collapse)AuthorAgeFilesLines
* Remove the OS X checks from travis.sh, instead use excludes to not fire up a ↵Thomas Van Lenten2015-06-101-1/+23
| | | | vm for something we can't test.
* Exclude 3 failing tests on osx from travis.Feng Xiao2015-06-081-0/+8
|
* csharp travis integrationJan Tattermusch2015-05-181-0/+1
|
* Refactor Travis tests: split configs and run in parallel.Chris Fallin2015-05-141-15/+19
|
* Added Ruby to Travis testing.Chris Fallin2015-05-131-0/+1
| | | | | | | | | - 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.Josh Haberman2015-05-061-0/+1
| | | | Change-Id: I8ef8664f7facf86028be3f4f0d5d2efc8a685d6d
* [PYTHON] Drop dependency on 'google.apputils'.Tamir Duberstein2015-04-101-2/+2
| | | | Use stdlib's 'unittest' instead.
* Export LD_LIBRARY_PATH.Josh Haberman2015-04-091-1/+2
|
* Fix for current directory in Travis tests.Josh Haberman2015-04-091-2/+2
|
* Added Python to Travis build and clarified setup instructions.Josh Haberman2015-04-091-0/+2
|
* Run `java{,nano}` tests in CITamir Duberstein2015-04-021-2/+10
|
* Parallelize CITamir Duberstein2015-03-181-1/+1
|
* Use Travis container-based buildsTamir Duberstein2015-03-181-0/+1
|
* Add OS X to travis; fix tests to pass on OS XTamir Duberstein2015-03-181-0/+3
|
* Adds Travis Cl support to test the code automatically.Feng Xiao2014-12-121-0/+4