Skip to content

Commit

Permalink
travis part 2
Browse files Browse the repository at this point in the history
  • Loading branch information
jamo committed Oct 26, 2015
1 parent b30dcd5 commit 3050aeb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 0 additions & 2 deletions before_install.sh
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 3050aeb

Please sign in to comment.