Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Remove the OS X checks from travis.sh, instead use excludes to not fire up a ↵ | Thomas Van Lenten | 2015-06-10 |
| | | | | vm for something we can't test. | ||
* | Exclude 3 failing tests on osx from travis. | Feng Xiao | 2015-06-08 |
| | |||
* | csharp travis integration | Jan Tattermusch | 2015-05-18 |
| | |||
* | Refactor Travis tests: split configs and run in parallel. | Chris Fallin | 2015-05-14 |
| | |||
* | Added Ruby to Travis testing. | Chris Fallin | 2015-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. | Josh Haberman | 2015-05-06 |
| | | | | Change-Id: I8ef8664f7facf86028be3f4f0d5d2efc8a685d6d | ||
* | [PYTHON] Drop dependency on 'google.apputils'. | Tamir Duberstein | 2015-04-10 |
| | | | | Use stdlib's 'unittest' instead. | ||
* | Export LD_LIBRARY_PATH. | Josh Haberman | 2015-04-09 |
| | |||
* | Fix for current directory in Travis tests. | Josh Haberman | 2015-04-09 |
| | |||
* | Added Python to Travis build and clarified setup instructions. | Josh Haberman | 2015-04-09 |
| | |||
* | Run `java{,nano}` tests in CI | Tamir Duberstein | 2015-04-02 |
| | |||
* | Parallelize CI | Tamir Duberstein | 2015-03-18 |
| | |||
* | Use Travis container-based builds | Tamir Duberstein | 2015-03-18 |
| | |||
* | Add OS X to travis; fix tests to pass on OS X | Tamir Duberstein | 2015-03-18 |
| | |||
* | Adds Travis Cl support to test the code automatically. | Feng Xiao | 2014-12-12 |