File: .travis.yml

package info (click to toggle)
php-console-commandline 1.2.6-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 772 kB
  • sloc: php: 1,394; xml: 166; sh: 5; makefile: 4
file content (20 lines) | stat: -rw-r--r-- 273 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
language: php
sudo: false
install:
  - pear upgrade -f pear-1.10.5
  - pear install package.xml
php:
  - 5.6
  - 7.0
  - 7.1
  - 7.2
  - 7.3
  - 7.4
matrix:
  include:
    - php: 5.4
      dist: trusty
    - php: 5.5
      dist: trusty
script:
  - pear run-tests -qd tests