Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/quite/humla-spongycastle.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoberto Tyley <roberto.tyley@gmail.com>2014-01-15 13:25:11 +0400
committerRoberto Tyley <roberto.tyley@gmail.com>2014-07-26 01:51:11 +0400
commit24e8ae9e95f912f65beb75659fabae37da54ec67 (patch)
treeb59544133364e140661a2abbce582978a77ef823
parent62e5eb045063e964d0d99688403423afd804e297 (diff)
Add travis-ci, hopefully without spamming the BC folks
Pretty sure BouncyCastle needs OpenJDK to build and run tests I don't know how to register the unsigned JCE provider on Oracle JDK, OpenJDK doesn't seem to check. try to make travis output clearer http://stackoverflow.com/a/17942820/438886 The '--info' flag hopefully will stop travis builds from dying from the no-output-in-10-minutes problem, but weirdly is also the only thing that makes spongycastle tests pass... https://twitter.com/rtyley/status/425373078084784128 https://travis-ci.org/rtyley/spongycastle/builds/17299026
-rw-r--r--.travis.yml14
1 files changed, 14 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 00000000..1dfaf180
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,14 @@
+language: java
+
+jdk:
+ - openjdk7
+
+install:
+ - TERM=dumb gradle assemble
+
+script:
+ - TERM=dumb gradle check --info
+
+notifications:
+ email:
+ - roberto.tyley@gmail.com