~ubuntu-branches/ubuntu/wily/php-doctrine-common/wily-proposed

« back to all changes in this revision

Viewing changes to .travis.yml

  • Committer: Package Import Robot
  • Author(s): David Prévot
  • Date: 2014-06-15 11:26:00 UTC
  • mfrom: (2.1.1 experimental)
  • Revision ID: package-import@ubuntu.com-20140615112600-sg4mgpwq9sfg4mre
Tags: 2.4.2-2
* Upload to unstable
* No tests if DEB_BUILD_OPTIONS contains nocheck

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
language: php
 
2
 
 
3
php:
 
4
  - 5.3.3
 
5
  - 5.3
 
6
  - 5.4
 
7
  - 5.5
 
8
  - hhvm
 
9
 
 
10
before_script:
 
11
  - composer --prefer-source install
 
12
 
 
13
script:
 
14
  - ./vendor/bin/phpunit
 
15
 
 
16
matrix:
 
17
  allow_failures:
 
18
     - php: hhvm