浏览代码

Force TAP output from Bats on CI

In Travis CI environment, Bats thinks it's outputting to an interactive
terminal, so it switches to "pretty" format and ANSI escape codes which
don't look well in the final output.
pull/360/head^2
Mislav Marohnić 12 年前
父节点
当前提交
783618b89c
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      .travis.yml

+ 1
- 1
.travis.yml 查看文件

@ -1,4 +1,4 @@
install: git clone https://github.com/sstephenson/bats.git
script: bats/bin/bats test
script: bats/bin/bats --tap test
# skips unnecessary Ruby-specific setup
language: c

正在加载...
取消
保存