Skip to content

Commit 37e07fc

Browse files
committed
Merge conflict
2 parents 97f5f44 + e1829f3 commit 37e07fc

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,6 @@ install:
2020
- echo nothing
2121

2222
script:
23+
- make deps
2324
- make build-devserver
2425
- make test-devserver

install-mq.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ $RHEL && yum -y install \
7777

7878
# Download and extract the MQ installation files
7979
DIR_EXTRACT=/tmp/mq
80-
mkdir -p ${DIR_EXTRACT}
80+
mkdir -p ${DIR_EXTRACT}
8181
cd ${DIR_EXTRACT}
8282
curl -LO $MQ_URL
8383
tar -zxvf ./*.tar.gz

0 commit comments

Comments
 (0)