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) - |