openpgp-php/.travis.yml

21 lines
372 B
YAML

language: php
php:
- 5.4
- 5.5
- 5.6
- 7.0
# - 7.1
- hhvm
# - nightly
dist: trusty
env:
- PHPSECLIB="2.0.0"
- PHPSECLIB="2.0.1"
- PHPSECLIB="2.0.2"
- PHPSECLIB="2.0.3"
- PHPSECLIB="2.0.4"
before_script: 'sed -i "s/\"phpseclib\/phpseclib\": \"[^\"]*/\"phpseclib\/phpseclib\": \"$PHPSECLIB/" composer.json && composer install --prefer-source --dev'