Commit 5a9c6683 authored by Michal Čihař's avatar Michal Čihař

This really does not help

Signed-off-by: default avatarMichal Čihař <michal@cihar.com>
parent d588e93a
#!/bin/bash
#!/bin/sh
# Testsuite executor
set -e
set -x
# Include Travis virtualenv
if [ -f ~/virtualenv/python2.7/bin/activate ] ; then
source ~/virtualenv/python2.7/bin/activate
fi
./manage.py validate
if [ "$CI_DATABASE" = sqlite ] ; then
./ci/migrate-testing
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment