Skip to content

Commit c984012

Browse files
committed
Minor adjustments for graph generation on CI
1 parent 8d78bc7 commit c984012

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,14 @@ script:
1313
# test if the output of the mvn command contained an "[INFO] BUILD SUCCESS" entry
1414
#- grep 'BUILD SUCCESS' mvn.log
1515
#- ls -al test_data
16-
- wget http://archive.apache.org/dist/hadoop/core/hadoop-2.6.0/hadoop-2.6.0.tar.gz
16+
- wget -q http://archive.apache.org/dist/hadoop/core/hadoop-2.6.0/hadoop-2.6.0.tar.gz
1717
- tar xf hadoop-2.6.0.tar.gz
1818
- export HADOOP_CLIENT_OPTS="-Xmx2G"
1919
- export HADOOP_HOME=`pwd`/hadoop-2.6.0
2020
- export LDBC_SNB_DATAGEN_HOME=`pwd`
2121
- ./run.sh
22+
- ls -al social_network
23+
- ls -al substitution_parameters
2224
#- if [ "$TRAVIS_BRANCH" = "master" -a "$TRAVIS_PULL_REQUEST" = "false" ]; then ./deploy.sh; fi
2325
notifications:
2426
slack: ldbcouncil:OrBanrJ7l0EHQbj8T5YdJYhd

0 commit comments

Comments
 (0)