Skip to content

Commit

Permalink
Update PHP targets in travis CI
Browse files Browse the repository at this point in the history
  • Loading branch information
GromNaN committed Feb 19, 2020
1 parent f75c1dd commit 4859a84
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
language: php
php:
- 5.3
- 5.4
- 5.5
- 5.6
- 7.2
- 7.3
- 7.4

script: phpunit
install:
- composer install

script: bin/vendor/simple-phpunit

0 comments on commit 4859a84

Please sign in to comment.