forked from studioforty9-dev/Recaptcha
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.travis.yml
More file actions
19 lines (19 loc) · 497 Bytes
/
.travis.yml
File metadata and controls
19 lines (19 loc) · 497 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
language: php
php:
- 5.3
- 5.4
- 5.5
- 5.6
- hhvm
matrix:
allow_failures:
- php: 5.6
- php: hhvm
env:
- MAGENTO_VERSION=magento-mirror-1.9.2.2
- MAGENTO_VERSION=magento-mirror-1.9.0.1
- MAGENTO_VERSION=magento-mirror-1.8.1.0
- MAGENTO_VERSION=magento-mirror-1.8.0.0
- MAGENTO_VERSION=magento-mirror-1.7.0.2
script:
- curl -sSL https://gist.githubusercontent.com/StudioForty9/8a03200755c8b9e01cf4/raw/9fb1d82c103822bb26ba8053da65ca636ff10331/recaptcha-install.sh | bash