Skip to content
Snippets Groups Projects
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
.travis.cfg.in 645 B
# This file is part of the dune-xt-common project:
#   https://github.com/dune-community/dune-xt-common
# The copyright lies with the authors of this file (see below).
# License: BSD 2-Clause License (http://opensource.org/licenses/BSD-2-Clause)
# Authors:
#   Felix Schindler (2016)
#   Rene Milk       (2015)

"travis" : {
	 "branch"       : "$ENV{TRAVIS_BRANCH}",
	 "build_number" : "$ENV{TRAVIS_BUILD_NUMBER}",
	 "commit"       : "$ENV{TRAVIS_COMMIT}",
	 "commit_range" : "$ENV{TRAVIS_COMMIT_RANGE}",
	 "job_number"   : "$ENV{TRAVIS_JOB_NUMBER}",
	 "pull_request" : "$ENV{TRAVIS_PULL_REQUEST}",
	 "repo_slug"    : "$ENV{TRAVIS_REPO_SLUG}"
}