mirror of
https://github.com/znc/znc.git
synced 2026-08-07 17:33:34 +02:00
Finish fixing travis, no-key-leakage test of previous commit passed.
This commit is contained in:
+1
-1
@@ -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)
|
||||
- |
|
||||
|
||||
Reference in New Issue
Block a user