diff options
author | James Booth <boothj5@gmail.com> | 2015-06-14 00:03:37 +0100 |
---|---|---|
committer | James Booth <boothj5@gmail.com> | 2015-06-14 00:03:37 +0100 |
commit | 0623ed71dd3e8232b4e8ccc7e561764217d3a8c4 (patch) | |
tree | 9ffcc8f484a450c710f483e73f271d456a852cbf | |
parent | e50461a897d225a60b08e928074753230fc4ede6 (diff) | |
download | profani-tty-0623ed71dd3e8232b4e8ccc7e561764217d3a8c4.tar.gz |
Removed test output from travis build
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 1b5c9a62..417fbce6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -34,4 +34,3 @@ install: - rm -rf stabber - ./bootstrap.sh script: ./configure && make && make check -after_script: cat test-suite.log |