Finish fixing travis, no-key-leakage test of previous commit passed.

This commit is contained in:
Alexey Sokolov
2014-05-01 00:16:20 +01:00
parent bfc1fef630
commit a4996c0e0b
+1 -1
View File
@@ -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)
- |