We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 97f5f44 + e1829f3 commit 37e07fcCopy full SHA for 37e07fc
.travis.yml
@@ -20,5 +20,6 @@ install:
20
- echo nothing
21
22
script:
23
+ - make deps
24
- make build-devserver
25
- make test-devserver
install-mq.sh
@@ -77,7 +77,7 @@ $RHEL && yum -y install \
77
78
# Download and extract the MQ installation files
79
DIR_EXTRACT=/tmp/mq
80
-mkdir -p ${DIR_EXTRACT}
+mkdir -p ${DIR_EXTRACT}
81
cd ${DIR_EXTRACT}
82
curl -LO $MQ_URL
83
tar -zxvf ./*.tar.gz
0 commit comments