瀏覽代碼

added -x to bash command

xoraes 11 年之前
父節點
當前提交
7432196eb4
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      .travis.yml

+ 1 - 1
.travis.yml

@@ -18,7 +18,7 @@ before_script:
   - popd
 
 script:
-  - bash integration.sh $CASS
+  - bash -x integration.sh $CASS
   - go vet .
 
 notifications: