Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichal Čihař <michal@cihar.com>2016-02-18 15:07:43 +0300
committerMichal Čihař <michal@cihar.com>2016-02-22 10:05:49 +0300
commitebccbfda6f8b1e3298b77960a6934a40768b6310 (patch)
tree246e9e400a890baf8a98850f5008adc55d2ace7b /test/start-local-server
parent2424c4151403ae651daacc8dec034136ccf9f1a5 (diff)
Rewrite Travis setup
- run lint separately - run selenium on PHP 7.0 (it's faster) - avoid not needed steps for various ci modes Signed-off-by: Michal Čihař <michal@cihar.com>
Diffstat (limited to 'test/start-local-server')
-rwxr-xr-xtest/start-local-server2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/start-local-server b/test/start-local-server
index c76d374051..72e504db57 100755
--- a/test/start-local-server
+++ b/test/start-local-server
@@ -3,7 +3,7 @@
set -e
set -x
-if [ -z "$SELENIUM" ] ; then
+if [ "$CI_MODE" != "selenium" -o -z "$TESTSUITE_BROWSERSTACK_KEY" ] ; then
exit 0
fi