Skip to content
This repository has been archived by the owner on Nov 27, 2018. It is now read-only.

Commit

Permalink
Cosmetic
Browse files Browse the repository at this point in the history
  • Loading branch information
lv-develer committed Jan 12, 2015
1 parent a1b3001 commit 8ac84d8
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions buildbot_travis/loader.py
Original file line number Diff line number Diff line change
Expand Up @@ -152,14 +152,14 @@ def define_travis_builder(self, name, repository, branch=None, vcs_type=None, us
properties=self.properties,
#mergeRequests = mergeRequests,
mergeRequests=False,
env=dict(
DEBIAN_FRONTEND="noninteractive",
CI="true",
TRAVIS="true",
HAS_JOSH_K_SEAL_OF_APPROVAL="true",
LANG="en_GB.UTF-8",
LC_ALL="en_GB.UTF-8",
),
env={
"CI": "true",
"DEBIAN_FRONTEND": "noninteractive",
"HAS_JOSH_K_SEAL_OF_APPROVAL": "true",
"LANG": "en_GB.UTF-8",
"LC_ALL": "en_GB.UTF-8",
"TRAVIS": "true",
},
factory=TravisFactory(
projectname=spawner_name,
repository=repository,
Expand Down

0 comments on commit 8ac84d8

Please sign in to comment.