We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b30dcd5 commit 3050aebCopy full SHA for 3050aeb
.travis.yml
@@ -6,7 +6,10 @@ jdk:
6
- openjdk6
7
8
before_install:
9
- - ./before_install.sh
+ - 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
13
14
cache:
15
directories:
before_install.sh
@@ -1,5 +1,3 @@
1
#!/bin/sh
2
# Installs tmc-core
3
4
-git clone https://github.com/rage/tmc-core.git
5
-mvn clean install -U -f tmc-core/pom.xml
0 commit comments