Skip to content

Commit

Permalink
updated travis
Browse files Browse the repository at this point in the history
  • Loading branch information
oscarotero committed Aug 28, 2015
1 parent 70c16d9 commit 91b6a08
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,13 @@ language: php
sudo: false

php:
- 5.6
- 5.5
- 5.4
- 5.5
- 5.6
- 7.0

script: phpunit

before_install:
- composer self-update
- composer install

0 comments on commit 91b6a08

Please sign in to comment.