aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
Commit message (Collapse)AuthorAgeFilesLines
* Update the min toolchain for iOS/OS X to be Xcode 7Thomas Van Lenten2015-12-101-4/+0
| | | | | | | - Let Xcode update the projects, schemes, and info.plists. - Add workaround for shallow analyzer issues in current Xcode versions (deep analyze gets things correct). - Tweak the Swift based tests to avoid warnings from Xcode 7's XCTest using optionals for autoenclosure results. - No longer tag the ObjC iOS travis test as flaky, xctool seems to manage the simulator pretty well.
* Add a Go language example.Tim Swast2015-11-251-0/+5
| | | | | | | | | | | | | | | | | | This follows the other examples so that it can be used as a tutorial, such as the ones at: https://developers.google.com/protocol-buffers/docs/tutorials Even though Go generally does not use Makefiles, I added targets for the Go examples to be consistent with the other languages. Edit: Fix Travis run. Change to use $HOME instead of ~. Add protoc to path. GOPATH entry cannot start with shell metacharacter '~': "~/gocode" Edit(2): Fix Go code style to address comments.
* Add ObjC build to travis setupThomas Van Lenten2015-11-091-0/+13
| | | | | - Add objc for iOS and OS X builds to travis configs. - Update handing of python install to deal with newer OS X versions.
* 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