forked from rabix/bunny
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.travis.yml
39 lines (32 loc) · 902 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
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
sudo: required
language: java
jdk:
- oraclejdk8
os:
- linux
# - osx
services:
- docker
before_install:
- sudo apt-get install libffi-dev libssl-dev
- cd rabix-integration-testing
- git clone https://github.com/common-workflow-language/common-workflow-language.git
- cd ..
script:
- mvn clean install package -P all
- mvn org.codehaus.mojo:exec-maven-plugin:1.5.0:java -pl rabix-integration-testing -Dexec.mainClass="org.rabix.tests.TestRunner" -e -X
- mvn org.codehaus.mojo:exec-maven-plugin:1.5.0:java -pl rabix-integration-testing -Dexec.mainClass="org.rabix.tests.CacheTestRunner" -e -X
cache:
directories:
- $HOME/.m2
notifications:
email:
recipients:
on_success: always
on_failure: always
branches:
except:
- feature/persistence