We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents eec19cb + dbe4903 commit 5323f3aCopy full SHA for 5323f3a
1 file changed
.travis.yml
@@ -9,6 +9,10 @@ install:
9
- cd org.geppetto.core
10
- mvn install
11
- cd ..
12
+ - git clone https://github.com/openworm/org.geppetto.simulation.git -b $TRAVIS_BRANCH
13
+ - cd org.geppetto.simulation
14
+ - mvn install
15
+ - cd ..
16
17
18
0 commit comments