From f342a9e121059b734af8bf0ce6430c60afbaa09c Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Thu, 26 Sep 2019 14:39:11 +0300 Subject: Travis: restructure test scripts --- .travis/test.sh | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100755 .travis/test.sh (limited to '.travis/test.sh') diff --git a/.travis/test.sh b/.travis/test.sh new file mode 100755 index 0000000..07b9b71 --- /dev/null +++ b/.travis/test.sh @@ -0,0 +1,9 @@ +#!/usr/bin/env bash + +# Copyright (c) 2019 Egor Tensin +# This file is part of the "VK scripts" project. +# For details, see https://github.com/egor-tensin/vk-scripts. +# Distributed under the MIT License. + +./.travis/test/track_status.sh +./.travis/test/online_sessions.sh -- cgit v1.2.3