forked from Riki4321/magento-clever-cms
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.travis.yml
19 lines (15 loc) · 849 Bytes
/
.travis.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
language: php
env:
- DB=mysql
php:
- 5.3
before_script:
- wget -O modgit https://raw.github.com/jreinke/modgit/master/modgit
- chmod +x modgit
- sudo mv modgit /usr/local/bin
- modgit init
- modgit clone magento https://github.com/LokeyCoding/magento-mirror.git -b magento-1.7
- mysql -e 'CREATE DATABASE IF NOT EXISTS `magento_travis`;'
- php -f install.php -- --license_agreement_accepted yes --locale en_GB --timezone Europe/Paris --default_currency EUR --db_host localhost --db_name magento_travis --db_user root --db_pass "" --url http://travis.magento.local/ --skip_url_validation yes --use_rewrites yes --use_secure no --secure_base_url --use_secure_admin no --admin_firstname Johann --admin_lastname Reinke --admin_email admin@example.com --admin_username admin --admin_password magento123
script:
- php -f index.php