diff options
author | James Booth <boothj5@gmail.com> | 2015-06-13 21:37:18 +0100 |
---|---|---|
committer | James Booth <boothj5@gmail.com> | 2015-06-13 21:37:18 +0100 |
commit | 6e04ce8e137c223445205bb1c49cccbfe7f38753 (patch) | |
tree | 395bc9820717e3908e930a04549be44a6d9290a3 | |
parent | dda79aed2429bd041f94d4d249eb449370f2a4a0 (diff) | |
download | profani-tty-6e04ce8e137c223445205bb1c49cccbfe7f38753.tar.gz |
Output test log in travis build
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 417fbce6..8cbbf416 100644 --- a/.travis.yml +++ b/.travis.yml @@ -33,4 +33,4 @@ install: - cd .. - rm -rf stabber - ./bootstrap.sh -script: ./configure && make && make check +script: ./configure && make && make check && cat test-suite.log |