~canonical-sysadmins/wordpress/openstack-objectstorage-k8s

« back to all changes in this revision

Viewing changes to vendor/sebastian/diff/.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
php:
 
8
  - 5.3.3
 
9
  - 5.3
 
10
  - 5.4
 
11
  - 5.5
 
12
  - 5.6
 
13
  - hhvm
 
14
 
 
15
notifications:
 
16
  email: false
 
17
  irc: "irc.freenode.org#phpunit"