mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-20 07:42:17 +02:00
N°2435.7 Manage ArchiveTar lib using composer
This commit is contained in:
28
lib/pear/archive_tar/.travis.yml
Normal file
28
lib/pear/archive_tar/.travis.yml
Normal file
@@ -0,0 +1,28 @@
|
||||
sudo: false
|
||||
language: php
|
||||
matrix:
|
||||
include:
|
||||
- php: 5.2
|
||||
dist: precise
|
||||
- php: 5.3
|
||||
dist: precise
|
||||
- php: 5.4
|
||||
dist: trusty
|
||||
- php: 5.5
|
||||
dist: trusty
|
||||
- php: 5.6
|
||||
dist: trusty
|
||||
- php: 7.0
|
||||
dist: trusty
|
||||
- php: 7.1
|
||||
dist: trusty
|
||||
- php: 7.2
|
||||
dist: trusty
|
||||
- php: 7.3
|
||||
dist: trusty
|
||||
install:
|
||||
# - pear upgrade --force --alldeps pear/pear
|
||||
- pear install -f package.xml
|
||||
script:
|
||||
- pear run-tests -qr tests/
|
||||
- for i in `find tests/ -name '*.out'`; do echo "$i"; cat "$i"; done
|
||||
Reference in New Issue
Block a user