comparison vendor/pear/crypt_gpg/.travis.yml @ 0:1e000243b222

vanilla 1.3.3 distro, I hope
author Charlie Root
date Thu, 04 Jan 2018 15:50:29 -0500
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:1e000243b222
1 language: php
2 php:
3 - 7
4 - 5.6
5 - 5.5
6 - 5.4
7 before_install:
8 - sudo apt-get update -qq
9 - sudo apt-get install -y gnupg-agent
10 script:
11 - cd tests
12 - phpunit --coverage-text .