Skip to content
This repository has been archived by the owner on Jul 27, 2021. It is now read-only.

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
eminmuhammadi committed Oct 14, 2018
1 parent cc8cd52 commit a6e52c4
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,12 @@ language: php
sudo: false

php:
- 7.2.9
- hhvm
- 5.2
- 5.3
- 5.4
- 5.5
- 5.6
- 7.0
- 7.2.9
- hhvm

install: composer install
script: ./vendor/bin/phpunit

0 comments on commit a6e52c4

Please sign in to comment.