add piwik installation
This commit is contained in:
parent
90aa4ef157
commit
8c5d4f0c31
3197 changed files with 563902 additions and 0 deletions
13
www/analytics/vendor/piwik/device-detector/.travis.yml
vendored
Normal file
13
www/analytics/vendor/piwik/device-detector/.travis.yml
vendored
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
language: php
|
||||
|
||||
php:
|
||||
- 5.3
|
||||
- 5.4
|
||||
- 5.5
|
||||
|
||||
before_script:
|
||||
- composer self-update
|
||||
- composer install
|
||||
|
||||
script:
|
||||
- phpunit tests/DeviceDetectorTest.php
|
||||
Loading…
Add table
Add a link
Reference in a new issue