def identify_artifacts_location()

in etc/travis/Configuration.py [0:0]


    def identify_artifacts_location(self):
        slug = os.getenv('TRAVIS_PULL_REQUEST_SLUG')
        if not slug:
            slug = os.getenv('TRAVIS_REPO_SLUG')
        return "https://raw.githubusercontent.com/{}/{}/".format(slug, self.source_branch)