You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

40 lines
1.1 KiB

notifications:
webhooks:
urls:
- https://webhooks.gitter.im/e/bd77a26eab56de803949
on_success: always # options: [always|never|change] default: always
on_failure: always # options: [always|never|change] default: always
on_start: false # default: false
language: bash
before_install:
before_script:
- sudo apt-get -qq purge mysql* graphviz*
- sudo apt-get -qq autoremove
script:
- sudo echo -e "[user]\n\tname = Mitesh Shah\n\temail = root@localhost" > ~/.gitconfig
- sudo echo "Travis Banch = $TRAVIS_BRANCH"
- sudo bash bin/install.sh $TRAVIS_BRANCH
- sudo ee stack install
- sudo bash ee info
- 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 wp-basic.com --wp
- sudo bash ee site create wpsubdir-basic.com --wpsubdir
- sudo bash ee site create wpsubdomain-basic.com --wpsubdomain
- sudo bash ee site create wpsubdir-basic2.com --wpsubdirectory
- sudo bash ee site create wpsubdomain-basic2.com --wpsubdom
- sudo mysql -e "show databases";
- sudo wp --allow-root --info
- sudo cat /var/log/easyengine/*