~ubuntu-branches/debian/experimental/php-sabre-event/experimental

« back to all changes in this revision

Viewing changes to .travis.yml

  • Committer: Package Import Robot
  • Author(s): David Prévot
  • Date: 2013-11-12 15:54:32 UTC
  • Revision ID: package-import@ubuntu.com-20131112155432-qe7mz2pjzi8kxkyx
Tags: upstream-1.0.0
Import upstream version 1.0.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
language: php
 
2
php:
 
3
  - 5.4
 
4
  - 5.5
 
5
 
 
6
script: phpunit --configuration tests/phpunit.xml
 
7
 
 
8
before_script: composer install