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

vharseko
19.21.2017 738abfe38af5a5a0e717929c4f5b60b33214168c
Update .travis.yml
1 files modified
9 ■■■■■ changed files
.travis.yml 9 ●●●●● patch | view | raw | blame | history
.travis.yml
@@ -7,10 +7,8 @@
          jdk: openjdk8
        - os: osx
          osx_image: xcode9.1
before_install:
 - date -u
 - uname -a
 - env | sort
    allow_failures:
        - os: osx
branches:
 only:
   - master
@@ -18,6 +16,9 @@
 email:
  - support@openam.org.ru
before_install:
 - date -u
 - uname -a
 - env | sort
  -  mvn -q -B -DskipTests clean install -f forgerock-parent
script:
  -  mvn -q -B clean install