Skip to content

Commit 3050aeb

Browse files
committed
travis part 2
1 parent b30dcd5 commit 3050aeb

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.travis.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,10 @@ jdk:
66
- openjdk6
77

88
before_install:
9-
- ./before_install.sh
9+
- git clone https://github.com/rage/tmc-langs.git
10+
- mvn clean install -q -U -f tmc-langs/pom.xml
11+
- git clone https://github.com/rage/tmc-core.git
12+
- mvn clean install -q -U -f tmc-core/pom.xml
1013

1114
cache:
1215
directories:

before_install.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
11
#!/bin/sh
22
# Installs tmc-core
33

4-
git clone https://github.com/rage/tmc-core.git
5-
mvn clean install -U -f tmc-core/pom.xml

0 commit comments

Comments
 (0)