openpgp-php/.travis.yml
Daniel Ruf a87e6ac0c9 added more PHP versions to the travis file
5.3 and 5.4 could be possibly removed. Nightly builds and HHVM should be ok.
2016-03-15 09:31:57 +01:00

12 lines
138 B
YAML

language: php
php:
- 5.3
- 5.4
- 5.5
- 5.6
- 7.0
- hhvm
- nightly
before_script:
- composer install --prefer-source --dev