openpgp-php/.travis.yml

21 lines
372 B
YAML
Raw Normal View History

language: php
php:
- 5.4
- 5.5
- 5.6
- 7.0
2017-07-19 00:41:34 +00:00
# - 7.1
- hhvm
# - nightly
2017-07-19 00:35:20 +00:00
dist: trusty
2016-07-27 00:01:18 +00:00
env:
- PHPSECLIB="2.0.0"
2017-04-08 16:13:52 +00:00
- PHPSECLIB="2.0.1"
- PHPSECLIB="2.0.2"
- PHPSECLIB="2.0.3"
- PHPSECLIB="2.0.4"
2016-07-27 00:01:18 +00:00
before_script: 'sed -i "s/\"phpseclib\/phpseclib\": \"[^\"]*/\"phpseclib\/phpseclib\": \"$PHPSECLIB/" composer.json && composer install --prefer-source --dev'