mirror of https://gitee.com/bigwinds/arangodb
enable debug for travis
This commit is contained in:
parent
426427346f
commit
597980fdbf
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/bash
|
#!/bin/bash -x
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
echo
|
echo
|
||||||
|
@ -6,6 +6,8 @@ echo '$0: loading precompiled libraries'
|
||||||
|
|
||||||
wget -q -O - "https://www.arangodb.com/support-files/travisCI/precompiled-libraries.tar.gz" | tar xzvf -
|
wget -q -O - "https://www.arangodb.com/support-files/travisCI/precompiled-libraries.tar.gz" | tar xzvf -
|
||||||
|
|
||||||
|
ls -la
|
||||||
|
|
||||||
echo
|
echo
|
||||||
echo '$0: setup make-system'
|
echo '$0: setup make-system'
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue