File: .travis.yml

package info (click to toggle)
php-doctrine-collections 1.2-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 240 kB
  • ctags: 366
  • sloc: php: 1,359; makefile: 9; sh: 5
file content (10 lines) | stat: -rw-r--r-- 114 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
language: php

php:
  - 5.3
  - 5.4
  - 5.5
  - hhvm

before_script:
    - composer --prefer-source --dev install