1
0
mirror of https://github.com/danog/amp.git synced 2024-11-26 20:15:00 +01:00

Add php versions to travis run

This commit is contained in:
Daniel Lowrey 2015-05-04 12:55:49 -04:00
parent 7967bec394
commit 0b3046dfb4

View File

@ -1,6 +1,8 @@
language: php
sudo: false
php:
- 5.5
- 5.6
- 7.0
before_script:
- composer install