Skip to content
Snippets Groups Projects
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
.travis.cfg.in 903 B
# ~~~
# This file is part of the dune-xt project:
#   https://zivgitlab.uni-muenster.de/ag-ohlberger/dune-community/dune-xt
# Copyright 2009-2021 dune-xt developers and contributors. All rights reserved.
# License: Dual licensed as BSD 2-Clause License (http://opensource.org/licenses/BSD-2-Clause)
#      or  GPL-2.0+ (http://opensource.org/licenses/gpl-license)
#          with "runtime exception" (http://www.dune-project.org/license.html)
# Authors:
#   Felix Schindler (2016 - 2017)
#   René Fritze     (2015 - 2016, 2018 - 2019)
#   Tobias Leibner  (2020)
# ~~~

"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}"
}