From 3050aebbd6f4e83fb3dbb3c44143b344cb2d43b6 Mon Sep 17 00:00:00 2001 From: Jarmo Isotalo Date: Mon, 26 Oct 2015 23:36:39 +0200 Subject: [PATCH] travis part 2 --- .travis.yml | 5 ++++- before_install.sh | 2 -- 2 files changed, 4 insertions(+), 3 deletions(-) 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