~tcuthbert/wordpress/openstack-objectstorage

« back to all changes in this revision

Viewing changes to vendor/sebastian/comparator/.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
install:
 
4
  - travis_retry composer install --no-interaction --prefer-source
 
5
 
 
6
script: ./vendor/bin/phpunit --configuration ./build/travis-ci.xml
 
7
 
 
8
php:
 
9
  - 5.3.3
 
10
  - 5.3
 
11
  - 5.4
 
12
  - 5.5
 
13
  - 5.6
 
14
  - hhvm
 
15
 
 
16
notifications:
 
17
  email: false
 
18
  webhooks:
 
19
    urls:
 
20
      - https://webhooks.gitter.im/e/6668f52f3dd4e3f81960
 
21
    on_success: always
 
22
    on_failure: always
 
23
    on_start: false