1
0
Fork 0

enable debug for travis

This commit is contained in:
Willi Goesgens 2015-06-23 14:18:40 +02:00
parent 426427346f
commit 597980fdbf
1 changed files with 3 additions and 1 deletions

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/bash -x
set -e
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 -
ls -la
echo
echo '$0: setup make-system'