mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-07 16:37:02 +03:00
Add mobile version (beta)
This commit is contained in:
parent
1391648e1b
commit
b0ffd84ac6
76 changed files with 2945 additions and 845 deletions
23
rainloop/v/0.0.0/app/libraries/Mobile_Detect/.travis.yml
Normal file
23
rainloop/v/0.0.0/app/libraries/Mobile_Detect/.travis.yml
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
language: php
|
||||
php:
|
||||
- "5.3"
|
||||
- "5.4"
|
||||
- "5.5"
|
||||
- "5.6"
|
||||
|
||||
branches:
|
||||
only:
|
||||
- devel
|
||||
- master
|
||||
|
||||
script:
|
||||
- phpunit -v -c tests/phpunit.xml
|
||||
|
||||
notifications:
|
||||
email: false
|
||||
irc:
|
||||
channels:
|
||||
- "asimov.freenode.net#mobiledetect"
|
||||
template:
|
||||
- "%{repository} (%{commit}): %{message}. Build details: %{build_url}"
|
||||
- "%{author} said %{commit_subject}. See %{compare_url}"
|
||||
Loading…
Add table
Add a link
Reference in a new issue