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

.travis.yml - gitlab.com/quite/humla-spongycastle.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 1dfaf1800e65dd2cb5faa80d7808b177660edaca (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
language: java

jdk:
  - openjdk7

install:
  - TERM=dumb gradle assemble

script:
  - TERM=dumb gradle check --info

notifications:
  email:
    - roberto.tyley@gmail.com