-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.travis.yml
executable file
·36 lines (33 loc) · 1.28 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
install:
- cd ..
- git clone https://github.com/openworm/org.geppetto.model.git
- cd org.geppetto.model
- git checkout development
- git checkout $TRAVIS_BRANCH || true
- travis_wait 200 mvn -Dhttps.protocols=TLSv1.2 -DskipTests --quiet install
- cd ..
- git clone https://github.com/openworm/org.geppetto.core.git
- cd org.geppetto.core
- git checkout development
- git checkout $TRAVIS_BRANCH || true
- travis_wait 200 mvn -Dhttps.protocols=TLSv1.2 -DskipTests --quiet install
- cd ..
- git clone https://github.com/openworm/org.geppetto.simulation.git
- cd org.geppetto.simulation
- git checkout development
- git checkout $TRAVIS_BRANCH || true
- travis_wait 200 mvn -Dhttps.protocols=TLSv1.2 -DskipTests --quiet install
- cd ..
- git clone https://github.com/openworm/org.geppetto.datasources.git
- cd org.geppetto.datasources
- git checkout development
- git checkout $TRAVIS_BRANCH || true
- travis_wait 200 mvn -Dhttps.protocols=TLSv1.2 -DskipTests --quiet install
- cd ..
- cd uk.ac.vfb.geppetto
- travis_wait 200 mvn -Dhttps.protocols=TLSv1.2 -DskipTests --quiet install
before_script:
- npm install travis-ci
after_success:
- travis_wait 200 node travis/trigger-build.js