From 2016dd887555b1c0ed68691ce5560a113c6b2cc5 Mon Sep 17 00:00:00 2001 From: Neal Todd Date: Fri, 14 Feb 2014 12:08:42 +0000 Subject: [PATCH] Fixed typo --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index a23d4b4da9..19fbbd9c48 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,7 +15,7 @@ install: python setup.py install before_script: - psql -c 'create database wagtaildemo_test;' -U postgres # Run the tests -script: python runtest.py +script: python runtests.py # Who to notify about build results notifications: email: