Skip to content

Commit

Permalink
Added 7.3 to Travis CI targets
Browse files Browse the repository at this point in the history
  • Loading branch information
vitalybaev committed May 13, 2019
1 parent 90f74b5 commit eeb1355
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
language: php

php:
- 7.0
- 7.1
- 7.2
- "7.0"
- "7.1"
- "7.2"
- "7.3"

before_script:
- composer self-update
- composer install --no-interaction --prefer-source
- wget -O phpunit.phar https://phar.phpunit.de/phpunit-6.5.6.phar
- wget -O phpunit.phar https://phar.phpunit.de/phpunit-6.5.14.phar

script:
- php phpunit.phar --configuration ./phpunit.xml
Expand Down

0 comments on commit eeb1355

Please sign in to comment.