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

vharseko
18.47.2017 196abeeef0660082c2053dc7d475f240eca741bc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
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
before_install:
  -  mvn -q -DskipTests install -f forgerock-parent
script:
  -  mvn -q install