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:
Martin Babinsky 2017-01-03 12:47:48 +01:00
parent f48d6fc168
commit 4abd3f554a
2 changed files with 9 additions and 1 deletions

View File

@ -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

View File

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