mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

vharseko
15.36.2017 598e0c3db87ce5494924eaaac459371dd54a5857
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
language: java
matrix:
    include:
        - os: linux
          jdk: oraclejdk8
        - os: linux
          jdk: openjdk8
        - os: osx
          osx_image: xcode9.1
before_install:
 - date -u
 - uname -a
 - env | sort
branches:
 only:
   - master
notifications:
 email:
  - support@openam.org.ru
cache:
  directories:
  - $HOME/.m2
script:
  - mvn -q clean install