Explorar el Código

Merge pull request #5 from Martin819/master

show 'make test' errors in Travis
master
Filip Pytloun hace 7 años
padre
commit
b297b20c1b
Se han modificado 1 ficheros con 12 adiciones y 1 borrados
  1. +12
    -1
      .travis.yml

+ 12
- 1
.travis.yml Ver fichero

@@ -23,7 +23,18 @@ env:
- PLATFORM=trevorj/salty-whales:xenial

before_script:
- make test | tail
- set -o pipefail
- make test | tail

script:
- test ! -e .kitchen.yml || bundle exec kitchen test -t tests/integration

notifications:
webhooks:
urls:
- https://webhooks.gitter.im/e/6123573504759330786b
on_success: change # options: [always|never|change] default: always
on_failure: always # options: [always|never|change] default: always
on_start: never # options: [always|never|change] default: always
on_cancel: never # options: [always|never|change] default: always
on_error: always # options: [always|never|change] default: always

Cargando…
Cancelar
Guardar