From a4996c0e0bdae2443ad1ca9a4269cd98773f4f62 Mon Sep 17 00:00:00 2001 From: Alexey Sokolov Date: Thu, 1 May 2014 00:16:20 +0100 Subject: [PATCH] Finish fixing travis, no-key-leakage test of previous commit passed. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 011e29e5..8a23c081 100644 --- a/.travis.yml +++ b/.travis.yml @@ -30,7 +30,7 @@ script: - sudo make install - cd .. after_success: - - test -r .travis_after_all_.py && python .travis_after_all.py || echo No .travis_after_all.py found + - test -r .travis_after_all.py && python .travis_after_all.py || echo No .travis_after_all.py found - test -r .to_export_back && cat .to_export_back || echo No .to_export_back found - export DUMMY_VAR=dummy-value $(cat .to_export_back) - |