File: .travis.yml

package info (click to toggle)
php-fxsl 1.1.1-3
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 200 kB
  • sloc: php: 349; xml: 177; makefile: 14; sh: 12
file content (14 lines) | stat: -rw-r--r-- 135 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
language: php

php:
    - 5.3
    - 5.4
    - 5.5
    - hhvm

notifications:
  email: false

matrix:
  allow_failures:
    - php: hhvm