Skip to content
Snippets Groups Projects
.travis.cfg.in 601 B
Newer Older
René Fritze's avatar
René Fritze committed
# This file is part of the dune-stuff project:
#   https://github.com/wwu-numerik/dune-stuff
# The copyright lies with the authors of this file (see below).
# License: BSD 2-Clause License (http://opensource.org/licenses/BSD-2-Clause)
# Authors:
#   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}"
}