mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-01-27 00:26:33 -06:00
Add license headers to the files used by Travis CI
Reviewed-By: Stanislav Laznicka <slaznick@redhat.com> Reviewed-By: Fraser Tweedale <ftweedal@redhat.com>
This commit is contained in:
parent
f48d6fc168
commit
4abd3f554a
@ -1,3 +1,9 @@
|
||||
#
|
||||
# Copyright (C) 2017 FreeIPA Contributors see COPYING for license
|
||||
#
|
||||
|
||||
# Configuration file for the test runner used in Travis CI
|
||||
|
||||
container:
|
||||
detach: true
|
||||
hostname: master.ipa.test
|
||||
|
@ -1,5 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
#
|
||||
# Copyright (C) 2017 FreeIPA Contributors see COPYING for license
|
||||
#
|
||||
# NOTE: this script is intended to run in Travis CI only
|
||||
|
||||
PYTHON="/usr/bin/python${TRAVIS_PYTHON_VERSION}"
|
||||
|
Loading…
Reference in New Issue
Block a user