~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: 2015-05-20 14:30:37 UTC
  • mfrom: (1.1.4)
  • Revision ID: package-import@ubuntu.com-20150520143037-noo5h59t2oakogf6
Tags: 2.0.2-1
* Use --bootstrap feature of PHPUnit instead of patches
* Update copyright (year)

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
  - 5.4
4
4
  - 5.5
5
5
  - 5.6
 
6
  - 7
6
7
  - hhvm
7
8
 
8
 
script: phpunit
9
 
 
10
 
before_script: composer install
 
9
matrix:
 
10
  fast_finish: true
 
11
  allow_failures:
 
12
    - php: 7
 
13
 
 
14
script:
 
15
    - ./bin/phpunit
 
16
    - ./bin/sabre-cs-fixer fix . --dry-run --diff
 
17
 
 
18
before_script: composer install --dev