File: .travis.yml

package info (click to toggle)
libphp-predis 0.8.3-1
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch
  • size: 2,600 kB
  • ctags: 6,765
  • sloc: php: 23,700; makefile: 5
file content (13 lines) | stat: -rw-r--r-- 190 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
language: php
php:
  - 5.3
  - 5.4
  - 5.5
branches:
  except:
    - v0.5
    - v0.6
    - php5.2_backport
    - documentation
services: redis-server
script: phpunit -c phpunit.xml.travisci