Explorar o código

Print commands travis scripts are running

Ben Firshman %!s(int64=11) %!d(string=hai) anos
pai
achega
c9c844c279
Modificáronse 2 ficheiros con 2 adicións e 2 borrados
  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"