Procházet zdrojové kódy

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ć před 12 roky
rodič
revize
783618b89c
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. +1
    -1
      .travis.yml

+ 1
- 1
.travis.yml Zobrazit soubor

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

Načítá se…
Zrušit
Uložit