From 0aecc59f39c16b5a1223f01ee837e9ce2d916b82 Mon Sep 17 00:00:00 2001 From: TLINDEN Date: Sun, 19 Apr 2015 18:36:56 +0200 Subject: [PATCH] added upload of fuzzy test files --- .travis.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 901974a..6542ea7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -54,7 +54,6 @@ before_install: - make - sudo make install - cd .. - - sudo pip install cffi # # finally prepare autoconf stuff @@ -67,4 +66,8 @@ script: - make - make check - make test - + # + # upload last fuzzy testfiles in case one of them failed + - cd tests + - cat testfuzzP.pub | openssl base64 | curl -F 'sprunge=<-' http://sprunge.us + - cat testfuzzS.sec | openssl base64 | curl -F 'sprunge=<-' http://sprunge.us