diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2019-09-26 14:39:11 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2019-09-26 14:40:33 +0300 |
commit | f342a9e121059b734af8bf0ce6430c60afbaa09c (patch) | |
tree | da911ab240e4cea37ecd7aef5bd7fcfc27866809 /.travis/test/track_status.sh | |
parent | Travis: proper binary output detection in online_sessions.sh (diff) | |
download | vk-scripts-f342a9e121059b734af8bf0ce6430c60afbaa09c.tar.gz vk-scripts-f342a9e121059b734af8bf0ce6430c60afbaa09c.zip |
Travis: restructure test scripts
Diffstat (limited to '')
-rwxr-xr-x | .travis/test/track_status.sh (renamed from .travis/track_status.sh) | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.travis/track_status.sh b/.travis/test/track_status.sh index 91be5a3..a021398 100755 --- a/.travis/track_status.sh +++ b/.travis/test/track_status.sh @@ -1,5 +1,10 @@ #!/usr/bin/env bash +# Copyright (c) 2019 Egor Tensin <Egor.Tensin@gmail.com> +# This file is part of the "VK scripts" project. +# For details, see https://github.com/egor-tensin/vk-scripts. +# Distributed under the MIT License. + set -o errexit -o nounset -o pipefail track_status() { |