Merge pull request #1139 from phecho/adjust-travis-compile-orders-of-php

Adjust the orders of php compiler for travis
This commit is contained in:
Graham Campbell
2015-11-16 16:15:31 +00:00

View File

@@ -1,10 +1,10 @@
language: php
php:
- 5.5.9
- 5.5
- 5.6
- 7.0
- 5.6
- 5.5
- 5.5.9
- hhvm
sudo: false