Print commands travis scripts are running

This commit is contained in:
Ben Firshman 2014-01-11 14:53:07 +00:00
parent 342f187318
commit c9c844c279
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -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"