Skip to content

Commit

Permalink
Merge pull request #1139 from phecho/adjust-travis-compile-orders-of-php
Browse files Browse the repository at this point in the history
Adjust the orders of php compiler for travis
  • Loading branch information
GrahamCampbell committed Nov 16, 2015
2 parents 147a6ad + 7ddf427 commit 28893f4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 28893f4

Please sign in to comment.