about summary refs log tree commit diff homepage
path: root/.travis
diff options
context:
space:
mode:
authorDan Liew <daniel.liew@imperial.ac.uk>2014-09-15 08:54:17 +0100
committerDan Liew <daniel.liew@imperial.ac.uk>2014-09-15 08:54:17 +0100
commit8cf057d9b76ab93e35c9542235a4db144671a4e6 (patch)
tree6f50dd8089b093ddc73dd2ad4e83d043d452c604 /.travis
parent716a724eb70786e8e18ccca79d36b93b54f406f9 (diff)
downloadklee-8cf057d9b76ab93e35c9542235a4db144671a4e6.tar.gz
[Travis] Show commands as they execute in
``install-llvm-and-runtime-compiler.sh``
Diffstat (limited to '.travis')
-rwxr-xr-x.travis/install-llvm-and-runtime-compiler.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis/install-llvm-and-runtime-compiler.sh b/.travis/install-llvm-and-runtime-compiler.sh
index e1a17f6b..6374747e 100755
--- a/.travis/install-llvm-and-runtime-compiler.sh
+++ b/.travis/install-llvm-and-runtime-compiler.sh
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/bin/bash -x
 set -ev
 
 sudo apt-get install llvm-${LLVM_VERSION} llvm-${LLVM_VERSION}-dev