aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
Commit message (Collapse)AuthorAgeFilesLines
* Travis: use old workaround due to ↵Dominik Schürmann2016-05-081-2/+9
| | | | https://github.com/travis-ci/travis-ci/issues/5669
* Fix travisDominik Schürmann2016-04-291-0/+1
|
* Update build tools for travisDominik Schürmann2016-04-291-0/+1
|
* travis: use new hostname addon instead of workaroundDominik Schürmann2016-02-101-7/+4
|
* Run travis on non-container for ↵Dominik Schürmann2016-01-041-2/+10
| | | | https://github.com/travis-ci/travis-ci/issues/3695, including workaround for https://github.com/travis-ci/travis-ci/issues/5227
* Travis: update build-toolsDominik Schürmann2016-01-031-4/+0
|
* travis: add --stacktrace parameterVincent Breitmoser2015-11-161-1/+1
|
* Add travis components for SDK 23Dominik Schürmann2015-11-021-0/+2
|
* disable instrumentation tests in travis, it's just too slowVincent Breitmoser2015-06-171-11/+13
|
* another shot at travisVincent Breitmoser2015-06-171-10/+15
|
* travis: disable instrumentation for nowVincent Breitmoser2015-06-171-5/+7
|
* travis: random testingVincent Breitmoser2015-06-171-2/+2
|
* add instrumentation testsVincent Breitmoser2015-06-171-1/+8
|
* try travis with android lang typeVincent Breitmoser2015-06-171-15/+17
|
* Try coveralls supportDominik Schürmann2015-06-111-1/+1
|
* Remove unused deps, fix travisDominik Schürmann2015-06-111-2/+1
|
* Update build env and pluginsDominik Schürmann2015-03-231-3/+3
|
* Fix travis for build tools updateDominik Schürmann2015-01-301-1/+1
|
* Remove necessity to prepare tests via shell scriptDominik Schürmann2014-12-281-1/+0
|
* Fix travisDominik Schürmann2014-12-051-1/+1
|
* Fix travisDominik Schürmann2014-12-051-1/+1
|
* Fix travisDominik Schürmann2014-12-041-3/+3
|
* Travis should use gradle wrapper scriptDominik Schürmann2014-08-281-2/+2
|
* work on test prepare script, make the whole thing optionalVincent Breitmoser2014-07-181-1/+1
|
* test: add algorithm choice testsVincent Breitmoser2014-07-121-2/+2
|
* test: make testing optional in buildVincent Breitmoser2014-07-111-2/+2
|
* travis: try running tests separately with info outputVincent Breitmoser2014-07-111-1/+3
|
* Revert "test: add --info to travis thing, for testing"Vincent Breitmoser2014-07-101-1/+1
| | | | This reverts commit 7532baa6c7614d526d508f37c323e24edd788771.
* test: add --info to travis thing, for testingVincent Breitmoser2014-07-101-1/+1
|
* test: enable travis, disable dysfunctional tests to make it workVincent Breitmoser2014-07-101-1/+1
|
* use openjdk7 in travisVincent Breitmoser2014-07-091-1/+1
|
* put unit tests into external module (CAVEAT)Vincent Breitmoser2014-07-091-0/+1
| | | | | | | this requires a more up to date version of gradle-android-test-plugin than is currently in the repositories. it must be added to the local maven repo using ./install-custom-gradle-test-plugin.sh before compiling.
* travis: update sdkDominik Schürmann2014-06-281-2/+2
|
* Try new travis hackDominik Schürmann2014-06-281-1/+2
|
* Really fix travisDominik Schürmann2014-06-091-3/+3
|
* Fix travis for buildTools 19.1Dominik Schürmann2014-06-091-1/+1
|
* Reduce library installation overheadEmantor2014-03-121-1/+1
|
* sdk 17 no longer neededDominik Schürmann2014-03-061-1/+1
|
* Update travis to build-tools-19.0.3Emantor2014-03-051-1/+1
| | | | Updates travis to support pull request #334
* This adds travis ci support to OpenPGP-Keychain.Emantor2014-03-031-0/+16
Currently only correct assembly is tested since upstream Spongycastle fails some of its tests.