-
Notifications
You must be signed in to change notification settings - Fork 24
/
.travis.yml
23 lines (23 loc) · 1003 Bytes
/
.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
group: deprecated-2017Q2
dist: trusty
sudo: required
language: java
jdk:
- openjdk8
matrix:
include:
- name: "camunda 7.6.0 JDK 8"
env: CAMUNDA_BPM_VERSION=7.6.0 CAMUNDA_COMMONS_VERSION=1.4.0 CAMUNDA_SPIN_VERSION=1.3.1 CAMUNDA_CONNECT_VERSION=1.0.4
- name: "camunda 7.7.0 JDK 8"
env: CAMUNDA_BPM_VERSION=7.7.0 CAMUNDA_COMMONS_VERSION=1.4.0 CAMUNDA_SPIN_VERSION=1.3.1 CAMUNDA_CONNECT_VERSION=1.0.4
jdk: openjdk8
- name: "camunda 7.8.0 JDK 8"
env: CAMUNDA_BPM_VERSION=7.8.0 CAMUNDA_COMMONS_VERSION=1.4.0 CAMUNDA_SPIN_VERSION=1.4.1 CAMUNDA_CONNECT_VERSION=1.0.5
jdk: openjdk8
- name: "camunda 7.9.0 JDK 8"
env: CAMUNDA_BPM_VERSION=7.9.0 CAMUNDA_COMMONS_VERSION=1.5.0 CAMUNDA_SPIN_VERSION=1.5.1 CAMUNDA_CONNECT_VERSION=1.0.6
jdk: openjdk8
- name: "camunda 7.10.0 JDK 8"
env: CAMUNDA_BPM_VERSION=7.10.0 CAMUNDA_COMMONS_VERSION=1.6.1 CAMUNDA_SPIN_VERSION=1.6.3 CAMUNDA_CONNECT_VERSION=1.1.0
jdk: openjdk8
script: mvn install -P ci