aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' into dockerJosh Haberman2016-03-291-0/+9
|\
| * Mark iOS tests as able to fail.Thomas Van Lenten2016-03-291-0/+9
| | | | | | | | | | Travis updated their images to include an xctool that can randomly kill tests, so mark them as flaky to avoid turning things red.
* | Rearranged and commented files for running under Jenkins.Josh Haberman2016-03-041-1/+1
| |
* | Try running multiple tests in a row.Josh Haberman2016-03-021-1/+1
| |
* | Added some initial shell scripts and docker file.Josh Haberman2016-03-021-1/+1
|/
* List python_cpp as failing on OS XThomas Van Lenten2016-02-181-0/+4
|
* Disable the xctool updatesThomas Van Lenten2016-02-181-3/+0
| | | | | | | | In light of https://github.com/google/protobuf/issues/1232, disable the xctool update so we stay on 0.2.7 which seems to work better. Remove the passing of -newSimulatorInstance since the older xctool doesn't support it.
* Bump up travis to Xcode 7.2Thomas Van Lenten2016-02-161-2/+5
| | | | | - Update simulator versions used. - Mark the iOS tests as flaky while trying to dig out the root cause.
* Added README and enabled JavaScript tests on Node.jsJosh Haberman2015-12-211-0/+1
|
* 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