~ballot/wordpress/openstack-objectstorage-breaking-insight

« back to all changes in this revision

Viewing changes to vendor/phpunit/phpunit-mock-objects/.travis.yml

  • Committer: Jacek Nykis
  • Date: 2015-02-11 15:35:31 UTC
  • Revision ID: jacek.nykis@canonical.com-20150211153531-hmy6zi0ov2qfkl0b
Initial commit

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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
  - hhvm
 
16
 
 
17
notifications:
 
18
  email: false
 
19
  webhooks:
 
20
    urls:
 
21
      - https://webhooks.gitter.im/e/6668f52f3dd4e3f81960
 
22
    on_success: always
 
23
    on_failure: always
 
24
    on_start: false
 
25