~ubuntu-branches/debian/sid/php-sabre-uri/sid

« back to all changes in this revision

Viewing changes to .travis.yml

  • Committer: Package Import Robot
  • Author(s): David Prévot
  • Date: 2015-04-15 12:12:23 UTC
  • Revision ID: package-import@ubuntu.com-20150415121223-r0zrbok0vc21kkli
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
  - 5.6
 
6
  - hhvm
 
7
 
 
8
script:
 
9
  - ./bin/phpunit --configuration tests/phpunit.xml.dist
 
10
  - ./bin/phpcs  -p --standard=tests/phpcs/ruleset.xml lib/
 
11
 
 
12
before_script: composer install --dev