-
Notifications
You must be signed in to change notification settings - Fork 3
/
.travis.yml
30 lines (29 loc) · 1.05 KB
/
.travis.yml
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
27
28
29
30
# Steps to enable this build are:
#
# Generate the OAUTH-TOKEN atd at https://github.com/settings/applications
# Install travis: gem install travis
# Login to travis: travis login
# Encrypt the token: travis encrypt GH_TOKEN=[OAUTH-TOKEN] -r Intenet2/grouper --add env.global
#
language: java
branches:
only:
- master
jdk:
- oraclejdk7
- openjdk6
- openjdk7
install:
- mvn -f ./grouper-psp/psp-distribution-for-grouper install -Dmaven.javadoc.skip=true -DskipTests=true -Dlicense.skip=true -B -V -q
script:
- mvn -f ./grouper-psp/psp-distribution-for-grouper clean package -DskipTests=true -Dlicense.skip=true
before_install:
- chmod -R 777 ./travis/init-travis-build.sh
- ./travis/init-travis-build.sh
after_success:
#- mvn -f ./grouper-parent clean test cobertura:cobertura coveralls:cobertura
#- chmod -R 777 travis/javadocs-ghpages.sh
#- travis/javadocs-ghpages.sh
env:
global:
secure: XmmxnbDo/FeIE2O5M6YMSKjULOgLPDDx79mcfRTf79Fvjiqw2yJBrheLwR2sYs4+6uw7Pe0FkKUXtyRrcK31JvWTuqvwTs08MgMt42VPx7xGX+96i8hN6QTF8D1B1YYRJnnXrtOrhqSbpm+jffw3PiK4f5fcKDntSaMbPUiVRDg=