Skip to content

Commit

Permalink
change order of php versions in .travis.yml config
Browse files Browse the repository at this point in the history
  • Loading branch information
speto committed Jun 8, 2016
1 parent 2c760b8 commit 43007c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
language: php
php:
- '5.6'
- '7.0'
- hhvm
- '5.6'
- nightly
- hhvm

install:
- composer install --no-interaction
Expand Down

0 comments on commit 43007c3

Please sign in to comment.