From 579c34d2f18428e55336b31dcec9092e55251aff Mon Sep 17 00:00:00 2001 From: Prabuddha Chakraborty Date: Thu, 6 Aug 2015 17:00:51 +0530 Subject: [PATCH] Fix site name typo --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 35ff8276..d3f8073d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -81,8 +81,8 @@ script: - sudo ee site create site1.localtest.me --php --mysql - sudo ee site create site2.localtest.me --mysql --html - sudo ee site create site3.localtest.me --php --html - - sudo ee site create site.localtest.me --wp --wpsubdomain - - sudo ee site create site.localtest.me --wp --wpsubdir --wpfc + - sudo ee site create site4.localtest.me --wp --wpsubdomain + - sudo ee site create site5.localtest.me --wp --wpsubdir --wpfc - sudo ee debug --all - sudo ee debug --all=off