Browse Source

Print commands travis scripts are running

Ben Firshman 11 years ago
parent
commit
c9c844c279
2 changed files with 2 additions and 2 deletions
  1. 1 1
      script/travis
  2. 1 1
      script/travis-install

+ 1 - 1
script/travis

@@ -1,7 +1,7 @@
 #!/bin/bash
 
 # Exit on first error
-set -e
+set -ex
 
 export PYTHON_EGG_CACHE="/tmp/.python-eggs"
 

+ 1 - 1
script/travis-install

@@ -1,6 +1,6 @@
 #!/bin/bash
 
-set -e
+set -ex
 
 sudo sh -c "wget -qO- https://get.docker.io/gpg | apt-key add -"
 sudo sh -c "echo deb http://get.docker.io/ubuntu docker main > /etc/apt/sources.list.d/docker.list"