Skip to content

Commit 41d1611

Browse files
committed
Add testing to Travis CI
1 parent 929e771 commit 41d1611

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

.travis.yml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
language: java
22
jdk:
33
- openjdk7
4-
install: true
4+
install:
5+
- curl -s http://www.eu.apache.org/dist/hadoop/common/hadoop-2.6.5/hadoop-2.6.5.tar.gz | tar -xz
6+
before_script:
7+
- export HADOOP_HOME=`readlink -f hadoop-2.6.5`
8+
- export LDBC_SNB_DATAGEN_HOME=`pwd`
9+
- export HADOOP_CLIENT_OPTS="-Xmx2G"
510
script:
6-
- mvn package -DskipTests
11+
- cp test_params.ini params.ini
12+
- ./run.sh
13+
- mvn test

0 commit comments

Comments
 (0)