Browse Source

show 'make test' errors in Travis

master
Martin819 7 years ago
parent
commit
f7613e483c
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      .travis.yml

+ 2
- 1
.travis.yml View File

- PLATFORM=trevorj/salty-whales:xenial - PLATFORM=trevorj/salty-whales:xenial


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


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

Loading…
Cancel
Save