From 21dc90ff53748557c1b4622845299ecdb1f750a2 Mon Sep 17 00:00:00 2001 From: Mitesh Shah Date: Wed, 4 Jun 2014 13:24:52 +0530 Subject: [PATCH] Updated Travis-ci --- .travis.yml | 30 +++--------------------------- 1 file changed, 3 insertions(+), 27 deletions(-) diff --git a/.travis.yml b/.travis.yml index 63f1f4c1..087a3870 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,31 +13,7 @@ before_script: script: - sudo echo -e "[user]\n\tname = Mitesh Shah\n\temail = root@localhost" > ~/.gitconfig - sudo echo "Travis Banch = $TRAVIS_BRANCH" -- sudo sed -i "s/stable/$TRAVIS_BRANCH/g" install.sh -- sudo bash -x install.sh - -- sudo bash -c "echo 'htpasswduser = easyengine' >> /etc/easyengine/ee.conf" -- sudo bash -c "echo 'htpasswdpass = easyengine' >> /etc/easyengine/ee.conf" -- sudo bash ee system install - -- sudo bash ee site create html.com -- sudo bash ee site create php.com --php -- sudo bash ee site create mysql.com --mysql -- sudo bash ee site create basic.com --wp -- sudo bash ee site create w3tc.com --w3tc -- sudo bash ee site create wpsc.com --wpsc -- sudo bash ee site create wpfc.com --wpfc -- sudo bash ee site create wpsubdirbasic.com --wpsubdir -- sudo bash ee site create wpsubdirw3tc.com --wpsubdir --w3tc -- sudo bash ee site create wpsubdirwpsc.com --wpsubdir --wpsc -- sudo bash ee site create wpsubdirwpfc.com --wpsubdir --wpfc -- sudo bash ee site create wpsubdomainbasic.com --wpsubdomain -- sudo bash ee site create wpsubdomainw3tc.com --wpsubdomain --w3tc -- sudo bash ee site create wpsubdomainwpsc.com --wpsubdomain --wpsc -- sudo bash ee site create wpsubdomainwpfc.com --wpsubdomain --wpfc - -- sudo ee info -- sudo ee system status -- sudo ee system restart -- sudo mysql -e "show databases"; +- sudo sed -i "s/stable/$TRAVIS_BRANCH/g" bin/install.sh +- sudo bash -x bin/install.sh + - sudo cat /var/log/easyengine/*