Skip to content

Commit a9f0f96

Browse files
committed
Travis installs tmc-core to local maven repository
1 parent 91f72ac commit a9f0f96

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,5 @@ jdk:
33
- oraclejdk7
44
- openjdk7
55
- openjdk6
6+
before_install:
7+
- ./before_install.sh

before_install.sh

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
#!/bin/sh
2+
# Installs tmc-core
3+
4+
mvn clean install -U -f maven-wrapper/pom.xml
5+
git clone https://github.com/rage/tmc-netbeans.git
6+
mvn clean install -U -f maven-wrapper/pom.xml

0 commit comments

Comments
 (0)