Skip to content
This repository has been archived by the owner on Dec 11, 2022. It is now read-only.

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
ruleant committed Aug 9, 2015
1 parent b5371aa commit 3c2c6be
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions buildtimetrend/test/travis_test.py
Expand Up @@ -341,7 +341,9 @@ def test_load_travis_env_vars(self):
copy_result = os.environ["TRAVIS_TEST_RESULT"]
else:
reset_travis_result = True

os.environ["TRAVIS_TEST_RESULT"] = "0"
os.environ["TRAVIS_PULL_REQUEST"] = "false"

load_travis_env_vars()

Expand Down

0 comments on commit 3c2c6be

Please sign in to comment.