diff --git a/.travis.yml b/.travis.yml index b27bacb1..381b5d76 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,7 +6,10 @@ jdk: - openjdk6 before_install: - - ./before_install.sh + - git clone https://github.com/rage/tmc-langs.git + - mvn clean install -q -U -f tmc-langs/pom.xml + - git clone https://github.com/rage/tmc-core.git + - mvn clean install -q -U -f tmc-core/pom.xml cache: directories: diff --git a/before_install.sh b/before_install.sh index c3e5ac74..45946666 100755 --- a/before_install.sh +++ b/before_install.sh @@ -1,5 +1,3 @@ #!/bin/sh # Installs tmc-core -git clone https://github.com/rage/tmc-core.git -mvn clean install -U -f tmc-core/pom.xml