Skip to content

Commit 753392b

Browse files
committed
Echo commands in .travis.sh.
1 parent 0892a70 commit 753392b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#! /bin/sh
2-
set -e
2+
set -ex
33
cd `dirname $0`
44
opam pin add -yn ${PKG_NAME} .
55
opam depext -y ${PKG_NAME}

0 commit comments

Comments
 (0)