Projekt

Obecné

Profil

Stáhnout (426 Bajtů) Statistiky
| Větev: | Revize:
1
language: php
2

    
3
before_script:
4
  - composer self-update
5
  - composer install --no-interaction --prefer-source --dev
6

    
7
script: ./vendor/bin/phpunit --configuration ./build/travis-ci.xml
8

    
9
php:
10
  - 5.3.3
11
  - 5.3
12
  - 5.4
13
  - 5.5
14
  - 5.6
15
  - 7.0
16
  - hhvm
17

    
18
notifications:
19
  email: false
20
  webhooks:
21
    urls:
22
      - https://webhooks.gitter.im/e/6668f52f3dd4e3f81960
23
    on_success: always
24
    on_failure: always
25
    on_start: false
26

    
(3-3/9)