Skip to content
This repository has been archived by the owner on Feb 26, 2018. It is now read-only.

Commit

Permalink
Check against PHP 5.6 and 7.0 on Travis instead of 5.4 and 5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
adamwathan committed Dec 11, 2015
1 parent 6733fef commit f48e10b
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,8 +1,8 @@
language: php

php:
- 5.4
- 5.5
- 5.6
- 7.0

install: composer install --dev

Expand Down

0 comments on commit f48e10b

Please sign in to comment.